web: fix sidebar being overlayed over modal backdrop
This commit is contained in:
parent
001de38d85
commit
f035da440a
|
@ -81,6 +81,10 @@ select[multiple] {
|
|||
font-size: var(--pf-global--FontSize--sm);
|
||||
}
|
||||
|
||||
.pf-c-page__main {
|
||||
z-index: auto !important;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--ak-dark-foreground: #fafafa;
|
||||
|
|
Reference in New Issue