inuyaksa / jquery.nicescroll

nicescroll plugin for jquery - scrollbars like iphone/ipad
https://nicescroll.areaaperta.com/
3.6k stars 1.67k forks source link

Trouble in IE/Edge when using vh #786

Open patrick-abc opened 5 years ago

patrick-abc commented 5 years ago

I use nicesroll on div to scroll content inside. I have setted autohidemode to false, so Scrollbar always should show when the content of the div is larger. All testet Browsers it works, but on IE and Edge the scrollbar was always show (just when content is smaller and there do not should display a scrollbar). When scroll up and down there is a 1 or 2 Pixel scroll. When I dont use nicescroll, IE/Edge does not show a scrollbar.

The problem occur when the div was setted a height in vh unit. When I use a height of 600px for the div IE/Edge works perfectly. When I use a height of 60vh, the described effect occurs.