jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)
http://jakiestfu.github.io/Snap.js/
5.99k stars 666 forks source link

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

Open mroohian opened 8 years ago

mroohian commented 8 years ago

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/