Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0212e58

Browse files
authored
Merge pull request gridstack#1854 from GeneralPeaceful/master
Removed "bottom: 0" from ".ui-resizable-sw"
2 parents 1cb5715 + ee8b98f commit 0212e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gridstack.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $animation_speed: .3s !default;
8787
> .ui-resizable-e { cursor: e-resize; width: 10px; top: 15px; bottom: 15px; }
8888
> .ui-resizable-se { cursor: se-resize; width: 20px; height: 20px;}
8989
> .ui-resizable-s { cursor: s-resize; height: 10px; left: 25px; bottom: 0; right: 25px; }
90-
> .ui-resizable-sw { cursor: sw-resize; width: 20px; height: 20px; bottom: 0; }
90+
> .ui-resizable-sw { cursor: sw-resize; width: 20px; height: 20px;}
9191
> .ui-resizable-w { cursor: w-resize; width: 10px; top: 15px; bottom: 15px; }
9292

9393
&.ui-draggable-dragging {

0 commit comments

Comments
 (0)