mirror of
https://github.com/moodle/moodle.git
synced 2025-04-08 01:43:32 +02:00
MDL-62058 Theme boost: restore scrolling in long navbar dropdowns
This commit is contained in:
parent
6fa694bef0
commit
ebdfc3c935
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user