remix-run / remix-website

322 stars 72 forks source link

Scroll on docs page has gross overlapping elements #239

Closed brookslybrand closed 4 months ago

brookslybrand commented 5 months ago

Just see for yourself

https://github.com/remix-run/remix-website/assets/12396812/d06ee11c-0bb9-4ed9-a721-b22df316d40b

This just needs to be position: sticky instead of position: fixed. However, right now we leverage margins to push the main content to the right, which is kind of silly. The fix will require a bit of reconfiguring how the css here works