fix gutter rendering when scrolling

This commit is contained in:
nightwing 2012-05-04 13:04:11 +04:00
commit f0accfee83
2 changed files with 5 additions and 5 deletions

View file

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