mercs600 / vue2-perfect-scrollbar

Vue.js wrapper for perfect scrollbar
https://mercs600.github.io/vue2-perfect-scrollbar/
MIT License
275 stars 43 forks source link

No space between content and scrollbars #44

Closed satnam9781 closed 4 years ago

satnam9781 commented 4 years ago

Is there any way to add some space between the content and the scrollbars? I don't want the scrollbars to overlap my content.

mercs600 commented 4 years ago

@satnam9781 just add some padding by CSS for wrapper responsible for content.

satnam9781 commented 4 years ago

@satnam9781 just add some padding by CSS for wrapper responsible for content.

I tried, but it adds space at the end of content which is visible after a complete scroll. But anyway, I got a solution by adding some space around the trackbar & making the background white. 😁

mercs600 commented 4 years ago

I provided simple example - I have just added padding-right. https://codesandbox.io/s/vue-perfect-scrollbar-component-with-padding-6gnsv?file=/src/App.vue

RajasekharReddy82 commented 1 year ago

@satnam9781 please add example code.