mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-56690-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
04fbba050d
1 changed files with 6 additions and 0 deletions
|
@ -163,3 +163,9 @@ body:not(.jsenabled) .langmenu:hover > .dropdown-menu,
|
||||||
ol {
|
ol {
|
||||||
margin: 0 0 $line-height-base / 2 2.5em;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue