-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
The backdrop-filter property works correctly in the preview. When exporting cards, effect disappears completely.
I use it like this:
#top-panel { position: absolute; top: 0; left: 0; width: 100%; height: 178px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(5px); }
Reactions are currently unavailable