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

Fix bug with height reduce #21

Closed victorpavlenko closed 8 years ago

victorpavlenko commented 8 years ago

https://github.com/noeldelgado/react-gemini-scrollbar/issues/14

noeldelgado commented 8 years ago

Hi Victor, I cannot accept this PR. The reason is that on any consecutive call the update method will no longer update the container sizes (and we do not want that if our app is responsive). Try re-sizing the window on your application to see what I mean. ;)

Also, you haven't explained what is the problem you are trying to fix.