@@ -19,6 +19,15 @@
transition: margin-top .2s ease;
margin-top: 12px;
}
+ &::before {
+ content: "";
+ position: absolute;
+ left: -30px;
+ height: 100%;
+ width: 50px;
+ background: #fff;
+ z-index: 0;
+ }
@keyframes headerDown {
@@ -27,15 +27,6 @@
&.headHide {
margin-top: calc(0Px - var(--header-height));
- &::before {
- content: "";
- position: absolute;
- left: -30px;
- height: 100%;
- width: 50px;
- background: #fff;
- z-index: 0;
- }
.container {