devspace / devspace-user-requests

:rocket: Stay up to date with what's happening now on GitHub
https://devspace.io
164 stars 4 forks source link

Only show scrollbar when needed #80

Closed AdrianoCahete closed 8 years ago

AdrianoCahete commented 8 years ago

When column don't have all height, scroll dind't need to appears.

So column-content class needs to be overflow-y with auto instead of scroll

Before (actual): scroll_before

After: scroll_after

zenorocha commented 8 years ago

Done! Thanks for reporting @AdrianoCahete ;)