Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot fix for elements with position:fixed inside the .snap-content container #270

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mroohian
Copy link

This will try to fix the issue with elements having position:fixed inside the snap-content, which makes them scroll with the page. Though it is a temporary solution it will show the fixed elements correctly when the menu is closed. The better solution maybe would be to add another layer for the fixed element on top of the snap-content div.


Fix for divs with position:fixed inside the snap-content scroll problem:
http://stackoverflow.com/questions/15194313/webkit-css-transform3d-position-fixed-issue

More info: http://meyerweb.com/eric/thoughts/2011/09/12/un-fixing-fixed-elements-with-css-transforms/

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

Successfully merging this pull request may close these issues.

1 participant