Skip to content

Default example

Example with default settings, wrapperPlacement: 'inner'

Extra element with longer content, and on hover expand,
showing that scrollbar is reactive
Some Content
Some Content
Some Content
Some Content
Some Content
Some Content
Some Content
Some Content
Some Content
Some Content

Before mount

html
<div class="my-scrollbar">
    ...content
</div>

After mount

html
<div class="my-scrollbar light-scrollbar-wrapper-outside">
    <div class="light-scrollbar light-scrollbar-wrapper-inside">
        ...content
    </div>
</div>

Released under the MIT License.