gridster.js
gridster.js copied to clipboard
Static elements get pushed away by another element being resized
- 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?