Skip to content

Commit 1ed853f

Browse files
committed
Dialog: Adjust southeast resize handle to not be visible and more closely match other resize handles. Fixes #4575 - Dialog: Scrollbar is difficult to use with overflow content and resize handle.
1 parent bdb0fbe commit 1ed853f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/base/jquery.ui.dialog.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
cursor: pointer;
6161
}
6262
.ui-dialog .ui-resizable-se {
63-
width: 14px;
64-
height: 14px;
65-
right: 3px;
66-
bottom: 3px;
63+
width: 12px;
64+
height: 12px;
65+
right: -5px;
66+
bottom: -5px;
6767
}
6868
.ui-draggable .ui-dialog-titlebar {
6969
cursor: move;

0 commit comments

Comments
 (0)