gridster.js icon indicating copy to clipboard operation
gridster.js copied to clipboard

Static elements get pushed away by another element being resized

Open alexnb opened this issue 4 years ago • 0 comments

  • create two elements
  • set one to be static: e.addClass("static");
  • resize the second (non-static) element so that it overlaps the static element -> the static element gets pushed away, which it should not.

This does not happen if the second (non-static) element is moved instead of resized.

Would it be possible to extend the meaning of static so that is vorbids any size change?

alexnb avatar Feb 24 '21 15:02 alexnb