Skip to content

Commit 7741c9f

Browse files
committed
Dialog: Apply overflow: hidden to contain the resize handles
Fixes #9521 Closes jquerygh-1092
1 parent 23c7d36 commit 7741c9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/base/jquery.ui.dialog.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* http://api.jqueryui.com/dialog/#theming
1010
*/
1111
.ui-dialog {
12+
overflow: hidden;
1213
position: absolute;
1314
top: 0;
1415
left: 0;

0 commit comments

Comments
 (0)