diff options
Diffstat (limited to 'ui/position.js')
-rw-r--r-- | ui/position.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/position.js b/ui/position.js index 2f7fa5f01..3994e9acc 100644 --- a/ui/position.js +++ b/ui/position.js @@ -84,9 +84,9 @@ $.position = { return cachedScrollbarWidth; } var w1, w2, - div = $( "<div " + - "style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'>" + - "<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>" ), innerDiv = div.children()[ 0 ]; $( "body" ).append( div ); |