tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
228 stars 329 forks source link

Fix side navigation menu overflowing on narrow screens #697

Closed karen-sarkisyan closed 1 year ago

karen-sarkisyan commented 1 year ago

Found this a little annoying that on my 13'' MacBook vertical menu overflows and it's impossible to scroll it until the end of the page.

before

So I made the container sticky (instead of nested aside element) and overflow-able with scroll. Also rearranged paddings so that they are on container level too, I think it's slightly better for how the page feels.

after