Commit 00f279e
Codebuff Contributor
fix: increase z-index so toolboxes render above adjacent blocks
The .tc-wrap had z-index: 0 which created a stacking context that
trapped toolbox popovers behind adjacent Editor.js blocks. Increased
.tc-wrap z-index to 10 and .tc-toolbox z-index to 15 so the row/column
deletion popovers always appear in front of other content.
Fixes #1861 parent 0eff082 commit 00f279e
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments