MDL-40575 theme_bootstrapbase: Unable to scroll language menu in theme/clean.
This commit is contained in:
committed by
Dan Poltawski
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
Reference in New Issue
Block a user