Dialog: Apply overflow: hidden to contain the resize handles

Fixes #9521
Closes gh-1092
(cherry picked from commit 7741c9f678)
This commit is contained in:
Scott González 2014-01-15 04:22:08 -05:00
parent 85fe34ad10
commit b6f8ad665f

View File

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