We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83c46c commit ff4f204Copy full SHA for ff4f204
1 file changed
media/css/cms/pages/flare26-homepage.css
@@ -26,6 +26,11 @@
26
padding-block-end: 0;
27
}
28
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
+
34
.fl-home-body .fl-banner-container {
35
margin-block-start: calc(-1 * var(--fl-section-v-padding));
36
max-inline-size: none;
0 commit comments