Skip to content

Commit

Permalink
Merge pull request #1854 from GeneralPeaceful/master
Browse files Browse the repository at this point in the history
Removed "bottom: 0" from ".ui-resizable-sw"
  • Loading branch information
adumesny committed Sep 16, 2021
2 parents 1cb5715 + ee8b98f commit 0212e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gridstack.scss
Expand Up @@ -87,7 +87,7 @@ $animation_speed: .3s !default;
> .ui-resizable-e { cursor: e-resize; width: 10px; top: 15px; bottom: 15px; }
> .ui-resizable-se { cursor: se-resize; width: 20px; height: 20px;}
> .ui-resizable-s { cursor: s-resize; height: 10px; left: 25px; bottom: 0; right: 25px; }
> .ui-resizable-sw { cursor: sw-resize; width: 20px; height: 20px; bottom: 0; }
> .ui-resizable-sw { cursor: sw-resize; width: 20px; height: 20px;}
> .ui-resizable-w { cursor: w-resize; width: 10px; top: 15px; bottom: 15px; }

&.ui-draggable-dragging {
Expand Down

0 comments on commit 0212e58

Please sign in to comment.