Fixes user menu on larger screens.
This commit is contained in:
parent
7f895123f9
commit
681c3ef19d
1 changed files with 4 additions and 2 deletions
|
|
@ -83,8 +83,10 @@ $logo-height: $navbar-height - 20px;
|
|||
|
||||
.menu-right {
|
||||
// To make sure the user menu doesn't move off the screen.
|
||||
left: auto;
|
||||
right: 0;
|
||||
@media (max-width: 1600px) {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue