Closed schlosser closed 9 years ago
Fixes the parallax scrolling so that it doesn't mess up if you reload half way down the page.
Lessons learned:
background-attachement: fixed
position: fixed
ping @RaymondXu / @eunicekokor / @evantarrh (I don't know enough CSS)
@evantarrh updated
the rest of it looks :+1:
Fixes the parallax scrolling so that it doesn't mess up if you reload half way down the page.
Lessons learned:
background-attachement: fixed
is borked in chrome: http://stackoverflow.com/questions/20268962/fixed-attachment-background-image-flicker-disappear-in-chrome-when-coupled-withposition: fixed
to the rescue!