MDL-62058 Theme boost: restore scrolling in long navbar dropdowns
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user