-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
When the parent doesn't have the height set (which with floating elements could happen), or when the height of the parent is smaller than the moving elem, the plugin comes with a negative margin.
To solve this, add this validation on the "getMargin" closure (line 63 on my version):
if(max < this.originalMargin)
max = this.originalMargin;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels