custom-lib / custom-vue-scrollbar

A Vue3 scrollbar component.
https://custom-lib.github.io/custom-vue-scrollbar/
30 stars 7 forks source link

Add wrapper style & thumb width settings #5

Closed MeetinaXD closed 1 year ago

MeetinaXD commented 1 year ago

What

Added properties wrapperStyle wrapperClass and thumbWidth to the component, allowing more customization.

Why

It's impossible to customize the wrapper's style, unless add an additional element to wrap around the component.