Fix IE bug (remove width: 100%)
This commit is contained in:
parent
e140a4185c
commit
dc710d63cb
1 changed files with 1 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue