fix gutter rendering when scrolling
This commit is contained in:
parent
b73c259b01
commit
f0accfee83
2 changed files with 5 additions and 5 deletions
|
|
@ -42,8 +42,8 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.ace_gutter.horscroll {
|
||||
box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
|
||||
.ace_scroller.horscroll {
|
||||
box-shadow: 17px 0 16px -16px rgba(0, 0, 0, 0.4) inset;
|
||||
}
|
||||
|
||||
.ace_gutter-cell {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue