Skip to content

Commit b6f8ad6

Browse files
committed
Dialog: Apply overflow: hidden to contain the resize handles
Fixes #9521 Closes gh-1092 (cherry picked from commit 7741c9f)
1 parent 85fe34a commit b6f8ad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/base/jquery.ui.dialog.css

+1
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)