MDL-40575 theme_bootstrapbase: Unable to scroll language menu in theme/clean.

This commit is contained in:
Mary Evans 2013-09-08 16:23:14 +01:00 committed by Dan Poltawski
parent 867af9c4f3
commit ddfc16c87e
2 changed files with 11 additions and 2 deletions

View File

@ -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