custom-lib / custom-vue-scrollbar

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

Add wrapper style & thumb width settings #6

Closed MeetinaXD closed 11 months ago

MeetinaXD commented 11 months 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.