fix(frontend): Keep pane resizer under open drawer (#1089)

This commit is contained in:
Ádám Kovács
2023-01-11 12:06:05 +01:00
committed by GitHub
parent 3cbe5d1f66
commit cb25f88300
@@ -98,7 +98,7 @@
.drawer.open {
height: 100%;
width: 100%;
z-index: 99;
z-index: 1002;
transition: z-index var(--duration) step-start;
}