jstoudt / enscroll

A jQuery plugin for custom scrollbars
http://enscrollplugin.com
Other
73 stars 46 forks source link

How to remove padding right when scrollbar not present #66

Closed vedankita closed 8 years ago

vedankita commented 8 years ago

how to remove padding right when scrollbar not present

vedankita commented 8 years ago

@jstoudt can you please give me solution for this

jstoudt commented 8 years ago

Hi @vedankita The addPaddingToPane option was added some time back to address this issue. More information can be found here: http://enscrollplugin.com/#documentation

vedankita commented 8 years ago

thanks @jstoudt :) where can i get v. 1.4.1

jstoudt commented 8 years ago

@vedankita I think that is a error in the documentation. It should say that it was added in 0.4.1. I'm guessing you don't want an older release, but in case you do, you can find them all here https://github.com/jstoudt/enscroll/tree/master/releases

vedankita commented 8 years ago

thanks for solution @jstoudt its working I am facing problem when there is lots of data in div, that time I want right padding and if less data, no padding should be there at runtime. Can you please help me for this.