gromo / jquery.scrollbar

jQuery CSS Customizable Scrollbar
GNU General Public License v2.0
756 stars 238 forks source link

Fix for hidden overflow #113

Open k-one-o-two opened 7 years ago

k-one-o-two commented 7 years ago

In case of hidden overflow: IE should not include margin (added for the native scrollbar, which is hidden) in scrollTop

k-one-o-two commented 7 years ago

This fixes https://github.com/gromo/jquery.scrollbar/issues/112

k-one-o-two commented 7 years ago

Found a better solution: see my commit

gromo commented 7 years ago

I'm still thinking it's better to update browser scroll calculation function

k-one-o-two commented 7 years ago

But it affects the behavior of all scrolls on the page which is not good. My change really checks if this is needed