web: fix sidebar overlaying background

This commit is contained in:
Jens Langhammer 2021-01-17 20:09:37 +01:00
parent e6f897c7e6
commit 217cca822d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ select[multiple] {
font-size: var(--pf-global--FontSize--sm);
}
.pf-c-page__main {
.pf-c-page__main, .pf-c-drawer__content, .pf-c-page__drawer {
z-index: auto !important;
}