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

Position fixed not working in the modals #56

Open peterlunglum opened 6 years ago

peterlunglum commented 6 years ago

I am trying to make the close button in the modals follow the user as they scroll down within the modal. However, they're stuck in position as if they were position relative or absolute. Is anybody else experiencing this problem?

I've included the work in progress I'm using.

demos.zip

paawera commented 4 years ago

Found out that "backface-visibility" in animate.css messes with position:fixed. If you delete those, then position:fixed works in most browser, but unfortunately not in all browsers. If you don't include animate.css altogether it works in all browsers, BUT you cannot close the modal anymore :-( Does anybody know how to adjust animate.css correctly?