tbakerx / react-resume-template

A personal resume website template built with React.js, Typescript, Next.js, and styled with Tailwind css
https://reactresume.com
MIT License
1.88k stars 1.43k forks source link

change `overflow-y-scroll` to `overflow-y-auto` #72

Closed chamrun closed 1 year ago

chamrun commented 1 year ago

With overflow-y-scroll, a scrollbar is always visible, even if the content does not overflow the element's box. With overflow-y-auto, the scrollbar is only visible when the content overflows the element's box.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
react-resume-template ✅ Ready (Inspect) Visit Preview Oct 29, 2022 at 4:26PM (UTC)
chamrun commented 1 year ago

I've removed the url handling from the template. Thanks for the feedback and your cool template!