This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
bug: bleeding background on blurred elements #1636
Labels
Type: Bug
The issue relates to broken or incorrect behaviour.
As it turns out there's the tiniest bleed at the edges even when using a negative margin on the blurred element. I will refactor this to use
backdrop-filter: blur(4px);
instead, which appears to get properly rid of the bleeding edges and doesn't require the nasty workaround with negative margins.left: refactored / no bleed
The text was updated successfully, but these errors were encountered: