Merge branch 'MDL-62058-master' of git://github.com/bmbrands/moodle

This commit is contained in:
David Monllao
2018-05-03 10:11:28 +02:00
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -210,11 +210,6 @@ select {
margin-left: 4px;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
z-index: 4030;
}
.ie .row-fluid .desktop-first-column {
margin-left: 0;
}
+1 -1
View File
@@ -134,7 +134,7 @@ ol {
}
// Set menus in the fixed header to scroll vertically when they are longer than the page.
.navbar-static-top .dropdown .dropdown-menu {
.navbar.fixed-top .dropdown .dropdown-menu {
max-height: calc(100vh - #{$navbar-height});
overflow-y: auto;
}