UX: last menu item renders off screen on desktop

This commit is contained in:
Joe 2020-05-14 19:28:18 +08:00
parent f3e6f94c52
commit ad259564c0
1 changed files with 14 additions and 0 deletions

View File

@ -54,6 +54,20 @@ $icon-opacity: 0.7;
right: 0;
}
}
@if $Invert_position == "true" {
&:last-child {
.d-header-dropdown {
left: unset;
right: 0;
.rtl & {
right: unset;
left: 0;
}
}
}
}
}
.d-icon-caret-right {