]> source.dussan.org Git - jquery-ui.git/commitdiff
Dialog: Apply `overflow: hidden` to contain the resize handles
authorScott González <scott.gonzalez@gmail.com>
Wed, 15 Jan 2014 09:22:08 +0000 (04:22 -0500)
committerScott González <scott.gonzalez@gmail.com>
Wed, 15 Jan 2014 09:22:08 +0000 (04:22 -0500)
Fixes #9521
Closes gh-1092

themes/base/jquery.ui.dialog.css

index b49a4a76da14551190620f6a0bca67ca231e62af..0e4f8edce385e0ec40175eaa8adee3bcbc00d008 100644 (file)
@@ -9,6 +9,7 @@
  * http://api.jqueryui.com/dialog/#theming
  */
 .ui-dialog {
+       overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;