mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
fix(frontend): Keep pane resizer under open drawer (#1089)
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
.drawer.open {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 99;
|
||||
z-index: 1002;
|
||||
transition: z-index var(--duration) step-start;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user