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