Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
added z-index to actions menu to bypass all other ui elements on screen.
Browse files Browse the repository at this point in the history
Closes elastic#64
  • Loading branch information
bleskes committed Jan 24, 2014
1 parent 9c11995 commit 62fe4c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sense/css/sense.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 62fe4c9

Please sign in to comment.