aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-01-15 04:22:08 -0500
committerScott González <scott.gonzalez@gmail.com>2014-01-15 04:22:08 -0500
commit7741c9f678088a129c1782f4e7f061bc12a41279 (patch)
tree01258518daaceb399c80300b657b970dd61c7301 /themes/base
parent23c7d367b12fd629754b680bbef84e564652e21a (diff)
downloadjquery-ui-7741c9f678088a129c1782f4e7f061bc12a41279.tar.gz
jquery-ui-7741c9f678088a129c1782f4e7f061bc12a41279.zip
Dialog: Apply `overflow: hidden` to contain the resize handles
Fixes #9521 Closes gh-1092
Diffstat (limited to 'themes/base')
-rw-r--r--themes/base/jquery.ui.dialog.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.dialog.css b/themes/base/jquery.ui.dialog.css
index b49a4a76d..0e4f8edce 100644
--- a/themes/base/jquery.ui.dialog.css
+++ b/themes/base/jquery.ui.dialog.css
@@ -9,6 +9,7 @@
* http://api.jqueryui.com/dialog/#theming
*/
.ui-dialog {
+ overflow: hidden;
position: absolute;
top: 0;
left: 0;