Open
Description
I have some buttons with the backdrop-filter: blur(...)
on it. But when using this combined with SheetWithDepth, I run into some issues. For me the main screen starts flickering when the sheet opens, and the rounded edges are removed.
I was able to reproduce the issue with the border radius on the silkhq website by just adding a backdrop filter in the DOM. See the screencast.
silk-backdrop-filter.mp4
The performance issues (flickering) did not accure on the silkhq website, so added a screencast of my application, first open is with the backdrop-filter: blur(...)
active and second and third opening is without.