We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41e918 commit 0a84146Copy full SHA for 0a84146
sections/header.liquid
@@ -73,17 +73,16 @@
73
74
{% stylesheet %}
75
.section-sticky-header {
76
- background-color: #fff;
+ --bg-color: #fff;
77
+ background-color: var(--bg-color);
78
top: 0;
79
isolation: isolate;
- z-index: 10;
80
+ z-index: 100;
81
}
82
83
.sticky-header-hidden,
84
.sticky-header-stuck {
85
position: sticky;
- top: 0;
86
87
will-change: transform;
88
transition: all var(--duration-medium) ease-out;
89
@@ -106,7 +105,7 @@
106
105
107
108
.nav-submemu {
109
- background: #fff;
+ background: var(--bg-color);
110
display: none;
111
left: 0;
112
list-style-type: none;
0 commit comments