MDL-62058 Theme boost: restore scrolling in long navbar dropdowns

This commit is contained in:
Bas Brands 2018-04-28 13:23:55 +02:00
parent 6fa694bef0
commit ebdfc3c935
2 changed files with 1 additions and 6 deletions

View File

@ -208,11 +208,6 @@ select {
margin-left: 4px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
z-index: 4030;
}
.ie .row-fluid .desktop-first-column {
margin-left: 0;
}

View File

@ -134,7 +134,7 @@ ol {
}
// Set menus in the fixed header to scroll vertically when they are longer than the page.
.navbar-static-top .dropdown .dropdown-menu {
.navbar.fixed-top .dropdown .dropdown-menu {
max-height: calc(100vh - #{$navbar-height});
overflow-y: auto;
}