Comment by extra88
From the article:
> If you want to see a decent quick example of them in action, you can check out my game Jumblie and click the Settings gear button at the top.
It has the backdrop filter but it doesn't prevent page scrolling.
BTW, MDN's data on Safari's support for the unprefixed `backdrop-filter` property is wrong, it still sometimes requires using `-webkit-backdrop-filter` (works in iOS Safari 18.2.1, doesn't work in Safari 18.2 on macOS 14.7.1).
I have read the article, and saw the link, I simply thought it is so simple to actually add an example since the post itself is a web page.