daylilyfield / svrollbar

simple custom scrollbar made by svelte
https://daylilyfield.github.io/svrollbar/
MIT License
74 stars 12 forks source link

make svrollbar disabled #10

Open daylilyfield opened 2 years ago

daylilyfield commented 2 years ago

svrollbar should be disabled.

let's say our app has some kind of dialog stuff that appears and covers the entire screen. the content behind the backdrop should not be scrolled.

<Svrollbar disabled={true} ... />
<Svroller disabled={true} ... />