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
(cherry picked from commit 7741c9f678
)
This commit is contained in:
parent
85fe34ad10
commit
b6f8ad665f
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