From: Scott González Date: Wed, 15 Jan 2014 09:22:08 +0000 (-0500) Subject: Dialog: Apply `overflow: hidden` to contain the resize handles X-Git-Tag: 1.11.0-beta.1~113 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7741c9f678088a129c1782f4e7f061bc12a41279;p=jquery-ui.git Dialog: Apply `overflow: hidden` to contain the resize handles Fixes #9521 Closes gh-1092 --- 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;