joaopereirawd / animatedModal.js

animatedModal.js is a jQuery plugin to create a fullscreen modal with CSS3 transitions. You can use the transitions from animate.css or create your own transitions.
MIT License
962 stars 207 forks source link

html margin #32

Open Snaphaan opened 8 years ago

Snaphaan commented 8 years ago

For some reason this script ads a annoying 32px margin to the html and I cannot for the life of me find where it is activated. I've been through the css, scripts and everything. Nothing seems to assign the margin. But when I check the element through firebug it shows up as a css line in animatedModal on line 302.

Any ideas?