diff --git a/modules/ext.RevisionSlider.util.js b/modules/ext.RevisionSlider.util.js index 6d9450dd..66e51d6b 100644 --- a/modules/ext.RevisionSlider.util.js +++ b/modules/ext.RevisionSlider.util.js @@ -95,13 +95,13 @@ $dummy = $( '
' ) .css( { dir: 'rtl', - width: '1px', + width: '4px', height: '1px', position: 'absolute', top: '-1000px', overflow: 'scroll' } ) - .text( 'A' ) + .text( 'ABCD' ) .appendTo( 'body' )[ 0 ]; if ( $dummy.scrollLeft > 0 ) { return 'default';