Stream: beginners

Topic: Scrolling not working on roc-lang website


view this post on Zulip Shawn (Jan 30 2024 at 06:28):

Is anyone aware that you cannot scroll through the roc-lang website with the mouse scroll wheel or arrow keys? This is extremely frustrating when trying to follow the tutorial or read the docs. I've never seen a website like this where scrolling doesn't work, what is going on?

view this post on Zulip Shawn (Jan 30 2024 at 06:30):

I believe it's related to the SmoothScroll browser extension

view this post on Zulip Brendan Hansknecht (Jan 30 2024 at 06:33):

Interesting. The smooth scrolling extension breaks scrolling on roc's website. I wonder what we do that it disables.

view this post on Zulip Shawn (Jan 30 2024 at 06:33):

I removed the SmoothScroll extension and it's works now, but this is the first website that I've encountered where scrolling stops working with this extension

view this post on Zulip Shawn (Jan 30 2024 at 06:34):

Is the website open source?

view this post on Zulip Brendan Hansknecht (Jan 30 2024 at 06:34):

https://github.com/roc-lang/roc/tree/main/www

view this post on Zulip Luke Boswell (Jan 30 2024 at 06:45):

You can build locally using www/build.sh


Last updated: Jul 06 2025 at 12:14 UTC