mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
Merge branch 'MDL-59809-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
66d08a2122
@ -138,3 +138,12 @@ ol {
|
||||
max-height: calc(100vh - #{$navbar-height});
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
// Dont allow z-index creep anywhere.
|
||||
.page-item {
|
||||
&.active .page-link {
|
||||
@include plain-hover-focus {
|
||||
z-index: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user