MDL-59809 boost: Don't allow z-index on pagination
This causes parts of the pagination bar to show through overlays and modals.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user