Dialog: Apply overflow: hidden to contain the resize handles

Fixes #9521
Closes gh-1092
This commit is contained in:
Scott González 2014-01-15 04:22:08 -05:00
parent 23c7d367b1
commit 7741c9f678

View File

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