File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ module.exports = function draw(gd) {
257
257
// Move scrollbar to starting position
258
258
scrollBar . call (
259
259
Drawing . setRect ,
260
- opts . width - ( constants . scrollBarWidth + constants . scrollBarMargin ) ,
260
+ opts . width - constants . scrollBarMargin ,
261
261
constants . scrollBarMargin ,
262
262
constants . scrollBarWidth ,
263
263
constants . scrollBarHeight
@@ -299,7 +299,7 @@ module.exports = function draw(gd) {
299
299
scrollBox . attr ( 'transform' , 'translate(0, ' + scrollBoxY + ')' ) ;
300
300
scrollBar . call (
301
301
Drawing . setRect ,
302
- opts . width - ( constants . scrollBarWidth + constants . scrollBarMargin ) ,
302
+ opts . width - constants . scrollBarMargin ,
303
303
scrollBarY ,
304
304
constants . scrollBarWidth ,
305
305
constants . scrollBarHeight
You can’t perform that action at this time.
0 commit comments