triggerdotdev / jsonhero-web

JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team.
https://jsonhero.io
Apache License 2.0
9.01k stars 482 forks source link

Fix #141: Large font accessibility issue #152

Closed abhaykumarvats closed 1 year ago

abhaykumarvats commented 1 year ago

Adding overflow-y-scroll to main-container's wrapper seems to be fixing the issue.

Screenshot 2023-04-15 at 7 51 39 PM

Closes #141.

matt-aitken commented 1 year ago

@abhaykv04 I changed it so it's auto, so in the scrollbar only appears when the height is larger than the container.