buzinas / simple-scrollbar

Very simple and lightweight vanilla javascript library for creating a custom scrollbar cross-browser.
MIT License
575 stars 159 forks source link

Not working with max-height #4

Closed ghost closed 8 years ago

buzinas commented 8 years ago

Could you throw a jsfiddle, so I can take a look?

ghost commented 8 years ago

http://jsbin.com/woweyurihi/edit?html,css,js,output

if you replace max-height with height the plugin will work

buzinas commented 8 years ago

OK, now it should work as expected! :)

ghost commented 8 years ago

Thanks its working now :)