File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2625,7 +2625,7 @@ var Scroller;
2625
2625
Math . min ( this . __container . clientWidth , this . __container . parentElement . clientWidth ) ,
2626
2626
Math . min ( this . __container . clientHeight , this . __container . parentElement . clientHeight ) ,
2627
2627
this . __content . offsetWidth ,
2628
- this . __content . offsetHeight - 20 ) ;
2628
+ this . __content . offsetHeight + 20 ) ;
2629
2629
} ,
2630
2630
/*
2631
2631
---------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ var Scroller;
590
590
Math . min ( this . __container . clientWidth , this . __container . parentElement . clientWidth ) ,
591
591
Math . min ( this . __container . clientHeight , this . __container . parentElement . clientHeight ) ,
592
592
this . __content . offsetWidth ,
593
- this . __content . offsetHeight - 20 ) ;
593
+ this . __content . offsetHeight + 20 ) ;
594
594
} ,
595
595
/*
596
596
---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments