fix gutter z-index

This commit is contained in:
nightwing 2012-05-08 14:31:28 +04:00
commit c142244d90

View file

@ -8,8 +8,7 @@
.ace_scroller {
position: absolute;
overflow-x: scroll;
overflow-y: hidden;
overflow: hidden;
}
.ace_content {
@ -33,7 +32,7 @@
height: 100%;
width: auto;
cursor: default;
z-index: 1000;
z-index: 4;
}
.ace_gutter_active_line {