mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
bugfix: Bump up the z-index on the app-wrapper (#17010)
This prevents context-menus from displaying behind the sidbar. Fixes #16305
This commit is contained in:
parent
6dd3a08146
commit
def393c538
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ body { overflow-x: hidden; }
|
|||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 1;
|
||||
z-index: 5;
|
||||
margin: 0 auto;
|
||||
background-color: #fff;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue