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); }
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); }