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

#fixing deleted unsafty "stopImmediatePropagation()", and checking which element is clicked track or thumb. #56

Closed artemderzkiy closed 6 years ago

artemderzkiy commented 6 years ago

Due to issue https://github.com/noeldelgado/gemini-scrollbar/issues/55 we've made some fixes to exclude stopImmediatePropagation() and control which element is clicked now (track or thumb), everything is tested on our project.

noeldelgado commented 6 years ago

thanks @artemderzkiy!