There was an error while loading. Please reload this page.
1 parent 0b7246b commit efb1feeCopy full SHA for efb1fee
ui/position.js
@@ -84,9 +84,9 @@ $.position = {
84
return cachedScrollbarWidth;
85
}
86
var w1, w2,
87
-div = $( "<div " +
88
-"style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'>" +
89
-"<div style='height:100px;width:auto;'></div></div>" ),
+div = $( "<div style=" +
+"'display:block;position:absolute;width:200px;height:200px;overflow:hidden;'>" +
+"<div style='height:300px;width:auto;'></div></div>" ),
90
innerDiv = div.children()[ 0 ];
91
92
$( "body" ).append( div );
0 commit comments