Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dialog: Apply overflow: hidden to contain the resize handles
Fixes #9521
Closes gh-1092
(cherry picked from commit 7741c9f)
  • Loading branch information
scottgonzalez committed Jan 15, 2014
1 parent 85fe34a commit b6f8ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/base/jquery.ui.dialog.css
Expand Up @@ -9,6 +9,7 @@
* http://api.jqueryui.com/dialog/#theming
*/
.ui-dialog {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
Expand Down

0 comments on commit b6f8ad6

Please sign in to comment.