sqlhabit / sql_schema_visualizer

SQL schema visualisation built with ReactFlow.
https://sqlhabit.github.io/sql_schema_visualizer/
MIT License
167 stars 33 forks source link

PR: Hide popup scrollbar when its not needed #7

Closed LorandMarton closed 1 year ago

LorandMarton commented 1 year ago

Change: CSS overflow-y for popup components has been updated from 'scroll' to 'auto'. Now, the scrollbar will only appear when the content overflows the popup container.

Reasons: The scrollbar now only appears when needed, making the interface cleaner.

Confirmed working correctly in the following browsers: Firefox 114.0.2 Edge 114.0.1823.67

makaroni4 commented 1 year ago

Hi dear @LorandMarton ☀️

Thank you very much for the PR, merging it 🚀

makaroni4 commented 1 year ago

The new version is 1.3.2 🚀