Hi guys,
My website is not scrollable. (My body is overflow = visible). Does someone has any idea how to fix this?
https://vibe-dashboard.webflow.io/now-playing
Thanks!
Wouter
Hi guys,
My website is not scrollable. (My body is overflow = visible). Does someone has any idea how to fix this?
https://vibe-dashboard.webflow.io/now-playing
Thanks!
Wouter
Please share your read only link! I canât see the website otherwise, it just looks like a static landing page.
Iâm a bit confused, what are you trying to scroll to?
There doesnât seem to be anything on the page outside the viewport, so there is nothing else to scroll to
Add more content, than you can scroll.
Your elements are set up âincorrectlyâ too. I added a larger item, but your elements are fixed so they donât scroll anyways.
Iâm not sure why youâre using position: fixed
so much, but you should avoid it unless thereâs a good reason (like the button on the bottom right). Itâs causing a lot of weird issues.
Thatâs because I want each element to stay on the same place. (I thought that âfixedâ is the only way to do this.
That element would usually stay fixed in relation to the viewport, itâs a problem when you start scrolling!
I would suggest taking a quick peak through MDNâs doc on CSS position!