.card is clickable thanks to the absolute positioning and sizing of the .card-link::after..fx class that sets a trivial filter:grayscale(.8) (for this demo) which breaks the absolute positioning.backdrop-filter, which is why I believe this to be a GPU/compositing glitch that has side affects on an element's layout.drop-shadow as it has superior alpha blending on background images compared to box-shadow.