Commit 540cb75
committed
fix: resolve #472 — add z-index to Drawer root element
The Drawer component's root element was missing a z-index, causing it
to appear behind elements with even a z-index of 1. This fix adds a
default z-index of 1000 to the Drawer root container, configurable
via the --gn-drawer-z-index CSS variable.
Changes:
- Added z-index: var(--gn-drawer-z-index, 1000) to Drawer root element
- Updated README to document the new --gn-drawer-z-index CSS variable1 parent f10679f commit 540cb75
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
0 commit comments