Added z-index for post settings panes

This commit is contained in:
Djordje Vlaisavljevic 2022-07-19 17:19:33 +02:00
parent 69cc21992d
commit 29b47d9556

View File

@ -90,6 +90,7 @@
overflow: auto;
background-color: var(--white);
opacity: 1;
z-index: 0;
}
.settings-menu-container-wide .settings-menu-pane {