added z-index to actions menu to bypass all other ui elements on screen.

Closes #64
This commit is contained in:
Boaz Leskes 2014-01-24 10:13:12 +01:00
parent 9c11995352
commit 62fe4c9c38

View file

@ -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 {