rename .horscroll to .ace_scroll-left
This commit is contained in:
parent
489afda3ba
commit
7e81913058
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
|||
right: 0;
|
||||
}
|
||||
|
||||
.ace_scroller.horscroll {
|
||||
.ace_scroller.ace_scroll-left {
|
||||
box-shadow: 17px 0 16px -16px rgba(0, 0, 0, 0.4) inset;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -686,7 +686,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
this.scrollLeft = scrollLeft;
|
||||
this.session.setScrollLeft(scrollLeft);
|
||||
|
||||
this.scroller.className = this.scrollLeft == 0 ? "ace_scroller" : "ace_scroller horscroll";
|
||||
this.scroller.className = this.scrollLeft == 0 ? "ace_scroller" : "ace_scroller ace_scroll-left";
|
||||
}
|
||||
|
||||
// full
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue