We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a976aa commit cff6814Copy full SHA for cff6814
1 file changed
core/src/components/header/header.ios.scss
@@ -39,6 +39,15 @@
39
--opacity-scale: inherit;
40
}
41
42
+/**
43
+ * Override styles applied during the page transition to prevent
44
+ * header flickering.
45
+ */
46
+.header-collapse-fade.header-transitioning ion-toolbar {
47
+ --background: transparent;
48
+ --border-style: none;
49
+}
50
+
51
// iOS Header - Collapse Condense
52
// --------------------------------------------------
53
.header-collapse-condense {
0 commit comments