Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
04fbba05
Commit
04fbba05
authored
Nov 15, 2016
by
David Monllaó
Committed by
Dan Poltawski
Nov 15, 2016
Browse files
Merge branch 'MDL-56690-master' of
git://github.com/damyon/moodle
parents
1e9f38a4
a053229f
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/boost/scss/moodle/undo.scss
View file @
04fbba05
...
...
@@ -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
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment