mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
added z-index to actions menu to bypass all other ui elements on screen.
Closes #64
This commit is contained in:
parent
9c11995352
commit
62fe4c9c38
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ body.fouc {
|
|||
right: 0;
|
||||
line-height: 1;
|
||||
padding: 1px 3px 0 0;
|
||||
/* by pass any other element in ace and resize bar */
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
#editor_actions > .btn-group > a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue