diff options
author | Felix Nagel <info@felixnagel.com> | 2013-05-24 19:47:42 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-05-24 19:47:42 +0200 |
commit | cccb8c6e826b8140dd99f225a28cc6f725e86ced (patch) | |
tree | bb5ca77b1e1230a059f59d3e86ef933d5bbe03a6 /ui/jquery.ui.position.js | |
parent | 7e0737edc03d36b07c45981e0a6b58f8aab3824e (diff) | |
parent | c19e7b3496d14b40e71ba892213889fc8cc81d4f (diff) | |
download | jquery-ui-cccb8c6e826b8140dd99f225a28cc6f725e86ced.tar.gz jquery-ui-cccb8c6e826b8140dd99f225a28cc6f725e86ced.zip |
Merge branch 'master' into selectmenu
Diffstat (limited to 'ui/jquery.ui.position.js')
-rw-r--r-- | ui/jquery.ui.position.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.position.js b/ui/jquery.ui.position.js index 2d3451c06..d45b24bb1 100644 --- a/ui/jquery.ui.position.js +++ b/ui/jquery.ui.position.js @@ -70,7 +70,7 @@ $.position = { return cachedScrollbarWidth; } var w1, w2, - div = $( "<div style='display:block;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>" ), + div = $( "<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>" ), innerDiv = div.children()[0]; $( "body" ).append( div ); |