diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-01-15 04:22:08 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-01-15 04:26:57 -0500 |
commit | b6f8ad665f455a4234f09956027ca23b477838db (patch) | |
tree | 8a6ffaf5dd5ce8a2bacfef69db17fd1e442f88a0 | |
parent | 85fe34ad1072accd16a84a9b6f6e391b98d160cc (diff) | |
download | jquery-ui-b6f8ad665f455a4234f09956027ca23b477838db.tar.gz jquery-ui-b6f8ad665f455a4234f09956027ca23b477838db.zip |
Dialog: Apply `overflow: hidden` to contain the resize handles
Fixes #9521
Closes gh-1092
(cherry picked from commit 7741c9f678088a129c1782f4e7f061bc12a41279)
-rw-r--r-- | themes/base/jquery.ui.dialog.css | 1 |
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; |