malihu / malihu-custom-scrollbar-plugin

Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support etc.
http://manos.malihu.gr/jquery-custom-content-scroller
MIT License
4.11k stars 1.51k forks source link

scroller get stuck when mouse get outside the frame #602

Open cngoswami402 opened 6 years ago

cngoswami402 commented 6 years ago

Hello,

Following steps causes this issue : 1: you "left click" the scroller's dragger as if you want to scroll the content 2: you keep the button pressed, and get the mouse out of the iframe 3: you release the button

I have coded something as following : (Frame-Set) ...... (Frame)---Header-----(Frame) ...... (Frame-Set) ............ (Frame)---Side Menu that contains scrollbar-----(Frame) ............ (Frame)---Content-----(Frame) ...... (Frame-Set) (Frame-Set)

Please suggest if anything is possible :)