Merge branch 'MDL-56690-master' of git://github.com/damyon/moodle

This commit is contained in:
David Monllao 2016-11-15 14:25:18 +08:00 committed by Dan Poltawski
commit 04fbba050d

View File

@ -163,3 +163,9 @@ body:not(.jsenabled) .langmenu:hover > .dropdown-menu,
ol {
margin: 0 0 $line-height-base / 2 2.5em;
}
// Set menus in the fixed header to scroll vertically when they are longer than the page.
.navbar-static-top .dropdown .dropdown-menu {
max-height: calc(100vh - #{$navbar-height});
overflow-y: auto;
}