From 7741c9f678088a129c1782f4e7f061bc12a41279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 15 Jan 2014 04:22:08 -0500 Subject: [PATCH] Dialog: Apply `overflow: hidden` to contain the resize handles Fixes #9521 Closes gh-1092 --- themes/base/jquery.ui.dialog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/base/jquery.ui.dialog.css b/themes/base/jquery.ui.dialog.css index b49a4a76da1..0e4f8edce38 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;