Devographics / StateOfCSS-2019

The State of CSS website - 2019 edition
https://stateofcss.com/
54 stars 17 forks source link

Change sidebar overflow to auto #34

Closed jordanmaslyn closed 5 years ago

jordanmaslyn commented 5 years ago

With overflow-y set to scroll, there is an always visible scrollbar on Windows. Setting it to auto will only show a scrollbar when there is actually a need to scroll.

SachaG commented 5 years ago

I changed it manually, thanks!