Commit ae030c9
authored
fix: use CSS variable for tooltip z-index instead of hardcoded value (#117)
* fix: use calc(var(--z-modal) + 10) for tooltip z-index instead of hardcoded value
The tooltip pseudo-elements used a hardcoded z-index: 1000, inconsistent with the theme's CSS variable pattern for layering. Instead of adding a new variable, this uses calc(var(--z-modal) + 10) so the tooltip z-index is always relative to the modal layer.
* retained new lines1 parent c8eb2cc commit ae030c9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments