ScrollbarStyler (Blink and WebKit)

On Blink and WebKit based browsers, you can style scrollbars adding this component to your app.

When disabled, the system scrollbars style applies.

Try shortening the screen and for example look at the scrollbar in the sidebar on the left.

Note that the track bar fades off when not hovered: to check the theme works as intended, please hover the scrollbar.

Choose an example

Usage

<script>
  import {ScrollbarStyler} from '@svizzle/ui';
</script>

<ScrollbarStyler />

Props