noeldelgado / gemini-scrollbar

:first_quarter_moon: Custom overlay-scrollbars with native scrolling mechanism for web applications
https://noeldelgado.github.io/gemini-scrollbar/
MIT License
429 stars 63 forks source link

Hide thumb when no more scroll needed #47

Closed jls2933 closed 7 years ago

jls2933 commented 7 years ago

When no scroll is needed because the size of the container is larger than scrolled content, thumb is not currently reset to 0 and then is still visible at the previous size. This commit fixes this problem.