learning-rust / learning-rust.github.io

Rust Programming Language Tutorials for Everyone!
https://learning-rust.github.io
MIT License
1.49k stars 167 forks source link

style: Fix Page scrollbar blindness #52

Closed icyJoseph closed 3 years ago

icyJoseph commented 3 years ago

Great project!

Very minor contribution, but on Linux/Windows having overflow-x set to scroll, paints the scrollbar. This is something Macbook users won't see. Check https://svenkadak.com/blog/scrollbar-blindness for an in-depth explanation.

dumindu commented 3 years ago

@icyJoseph Thanks for the contribution 👍 Can you share some screenshot of the issue?

icyJoseph commented 3 years ago

Brave: image

FF: image

Chrome: image

dumindu commented 3 years ago

@icyJoseph Sorry for giving lesser priority on this. I was bit mislead due to I couldn't reproduce this on Fedora. But later I could see this issue on Ubuntu and Windows.

Thanks again for the contribution!