mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Merge branch 'MDL-59809-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
66d08a2122
1 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue