mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Dialog: Apply overflow: hidden
to contain the resize handles
Fixes #9521 Closes gh-1092
This commit is contained in:
parent
23c7d367b1
commit
7741c9f678
1
themes/base/jquery.ui.dialog.css
vendored
1
themes/base/jquery.ui.dialog.css
vendored
@ -9,6 +9,7 @@
|
||||
* http://api.jqueryui.com/dialog/#theming
|
||||
*/
|
||||
.ui-dialog {
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user