You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
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?
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: