Commit c6dca75
committed
[9.0] [Dashboard] Ensure resize handle does not overlap sticky header (#209937)
## Summary
Since #207275 is too large to
backport to `9.0`/`8.18` and will only be in `9.1`/`8.19`, I wanted to
at least backport **just** the z-index fix for the resize handler as
described
[here](https://github.com/elastic/kibana/pull/207275/files#r1931305375)
. Unfortunately, the z-index used in that PR
(`euiTheme.levels.maskBelowHeader`) only works thanks to other
hover-action style changes, so I've had to set a hardcoded z-index
(`2000`) in this PR instead. This acts as a "quick fix" for a pretty
annoying bug while avoiding the risk of backporting the entire
presentation panel refactor PR to `9.0`/`8.18`
| Before | After |
|--------|--------|
| 
|

|
(cherry picked from commit 7ebe1bf)1 parent f8f9d2a commit c6dca75
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments