When multiple `drop-shadow()` layers are used in the `filter` property, and the blur radius of one of the shadows is too big, it makes the node disappear. Example: https://codepen.io/combdn/pen/YzjyXrE (It reproduces on iOS 16.2. On a Mac, you might need to set a bigger radius to trigger it.) Not sure about the exact triggering point. It may be due to the shadow going out of the viewport bounds. P. S. It seems that Firefox limits the radius to 100px, no matter how big the number is in CSS.
<rdar://problem/103790558>