BosNaufal / vue2-scrollbar

The Simplest Pretty Scroll Area Component with custom scrollbar for Vue 2. https://bosnaufal.github.io/vue2-scrollbar
MIT License
234 stars 80 forks source link

Detect when scroll is not needed #37

Closed MaggieRezo closed 6 years ago

MaggieRezo commented 6 years ago

I want to hide the scrollbar when there's not enough content for the scroll to be needed but I don't see a way to detect when this is happening.

MaggieRezo commented 6 years ago

Nevermind, I had a weird margin/border issue causing my scrollbar to stay at 99% height, not a problem with the plugin