vendor/assets/stylesheets/components/_header.scss in active_frontend-14.0.22 vs vendor/assets/stylesheets/components/_header.scss in active_frontend-14.0.23
- old
+ new
@@ -11,15 +11,22 @@
box-sizing: border-box;
height: 76px;
line-height: 1;
padding: 18px;
+ &.absolute,
+ &.fixed { z-index: 1040; }
+
+ &.absolute {
+ position: absolute;
+ width: inherit;
+ }
+
&.fixed {
left: 0;
position: fixed;
right: 0;
top: 0;
- z-index: 1040;
}
}
.header-brand,
.header-search,
.header-nav,