sveltejs / svelte-scroller

A <Scroller> component for Svelte apps
https://svelte.dev/repl/76846b7ae27b3a21becb64ffd6e9d4a6
Other
347 stars 25 forks source link

Issues with backdrop-filter blur #21

Open jonasveenhues opened 7 months ago

jonasveenhues commented 7 months ago

There seems to be a conflict with the use of background blur on the parent div element. The scrolling mechanisms don't work when I put backdrop-filter: blur on it. Is this a known issue?

It also seems to disable the blur effects on all elements, after I close the Scroller as an Overlay.