Fix IE bug (remove width: 100%)

This commit is contained in:
danyaPostfactum 2012-05-22 21:35:48 +12:00
commit dc710d63cb

View file

@ -1,4 +1,3 @@
.ace_editor {
position: absolute;
overflow: hidden;
@ -37,8 +36,8 @@
.ace_gutter_active_line {
position: absolute;
left: 0;
right: 0;
width: 100%;
}
.ace_scroller.horscroll {