Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Position fixed not working in the modals #56

Open
peterlunglum opened this issue Jul 19, 2017 · 1 comment
Open

Position fixed not working in the modals #56

peterlunglum opened this issue Jul 19, 2017 · 1 comment

Comments

@peterlunglum
Copy link

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
Copy link

paawera commented Sep 6, 2019

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants