Commit 4f7c987
committed
fix(style): raise dropdown z-index above sticky header cells
Why this change:
`.dt-dropdown__list` had z-index: 1 which placed it behind
`.dt-cell--sticky-top` (z-index: 4), causing the column action
menu to render underneath sticky header cells like the checkbox.1 parent dd8cc81 commit 4f7c987
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
0 commit comments