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. (#9635)
Backports PR #9634
**Commit 1:**
Increase z-index of UI Framework nav so its on top of everything.
* Original sha: 90b226d202
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-12-24T01:36:05Z
This commit is contained in:
parent
6d43ca220d
commit
16522f665e
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