bikeshaving / crank

The Just JavaScript Framework
https://crank.js.org
MIT License
2.7k stars 75 forks source link

Website Content Overflow #278

Closed jbest84 closed 1 month ago

jbest84 commented 2 months ago

If your browser is set to a larger font size (mine is 20px), the left nav/sidebar will overlap into the main content.

It appears at larger screen sizes the sidebar width is 20rem. The main element however has a margin-left: 320px

https://github.com/bikeshaving/crank/blob/master/website/src/components/sidebar.ts#L85

If this is changed to a margin-left: 20rem; to match, it works fine.

Before

crank_before

After

crank_after

brainkim commented 1 month ago

Thanks for opening the issue! Sorry for the delay.