Skip to content

Commit ff4f204

Browse files
authored
Disable flare26-homepage cards backdrop blur
1 parent e83c46c commit ff4f204

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

media/css/cms/pages/flare26-homepage.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
padding-block-end: 0;
2727
}
2828

29+
/* FIXME: Disabling backdrop blur for chromium rendering issues. */
30+
.fl-home-body .fl-split-page-upper .fl-sticker-card {
31+
backdrop-filter: none;
32+
}
33+
2934
.fl-home-body .fl-banner-container {
3035
margin-block-start: calc(-1 * var(--fl-section-v-padding));
3136
max-inline-size: none;

0 commit comments

Comments
 (0)