Adam Shaw %!s(int64=8) %!d(string=hai) anos
pai
achega
678c44b210
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/Scroller.ts

+ 1 - 1
src/common/Scroller.ts

@@ -69,7 +69,7 @@ export default class Scroller extends Class {
 
     if (overflowX === 'auto') {
       overflowX = (
-          scrollbarWidths.top || scrollbarWidths.bottom || // horizontal scrollbars?
+          scrollbarWidths.bottom || // horizontal scrollbars?
           // OR scrolling pane with massless scrollbars?
           scrollEl.scrollWidth - 1 > scrollEl.clientWidth
             // subtract 1 because of IE off-by-one issue