locomotivemtl / locomotive-scroll

🛤 Detection of elements in viewport & smooth scrolling with parallax.
https://locomotivemtl.github.io/locomotive-scroll
MIT License
7.54k stars 1.11k forks source link

Scroll back to top fix (Elements disappearing when scroll back to the top issue#361) #548

Closed irinakalman closed 4 months ago

irinakalman commented 4 months ago

Based on github issue #361 : "Elements disappearing when scroll back to the top" Issue link : https://github.com/locomotivemtl/locomotive-scroll/issues/361

Adding position : fixed and width : 100vw in order to address the issue.

Im open to discussion about the width : 100vw, but, anyway, without it the page can end up having a blank space horizontally.

Thanks a lot! 😄