mirror of
https://github.com/moodle/moodle.git
synced 2025-03-05 00:22:43 +01:00
MDL-40575 theme_bootstrapbase: Unable to scroll language menu in theme/clean.
This commit is contained in:
parent
867af9c4f3
commit
ddfc16c87e
@ -174,3 +174,12 @@ img.icon-pre {
|
||||
.opacity(100);
|
||||
display: inline;
|
||||
}
|
||||
|
||||
// Extends bootstrapbase/less/bootstrap/navbar.less
|
||||
// to enable scroll in longer menus especially language menu.
|
||||
|
||||
.open > .dropdown-menu {
|
||||
display: block;
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user