mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Increase z-index of UI Framework nav so its on top of everything.
This commit is contained in:
parent
d8af80300f
commit
90b226d202
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
z-index: 10000;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue