praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages
https://www.fuget.org
MIT License
683 stars 121 forks source link

Improve display of search results in Safari #54

Closed 0xced closed 5 years ago

0xced commented 5 years ago

With a max-height of 3em, Safari always displays scroll bars. By increasing the max-height to 5em and changing overflow:scroll to overflow:auto, the scroll bars disappear making the page much more pleasant to look at.

Left: max-height:3em;overflow:scroll Right: max-height:5em;overflow:auto

screen shot 2019-01-31 at 10 09 35