whoisryosuke / next-mdx-deck

Presentation decks using MDX, React, and Next.JS
https://next-mdx-deck.netlify.app/
MIT License
173 stars 43 forks source link

Remove unnecessary scroll bar. #7

Closed Nikhil-Kumaran closed 3 years ago

Nikhil-Kumaran commented 4 years ago

By using overflow: auto; instead of overflow: scroll; we can remove the unnecessary scroll bar. Reference: https://svenkadak.com/blog/scrollbar-blindness

Before

Screen Shot 2020-09-03 at 4 39 25 PM

After:

Screen Shot 2020-09-03 at 4 38 10 PM

@whoisryosuke So shall I make a PR and fix this?