fix: fixed header disappearance bug when shrink

This commit is contained in:
XPoet 2020-10-21 20:33:54 +08:00
parent b3a397f7dd
commit 3ad5b5beeb
1 changed files with 1 additions and 4 deletions

View File

@ -204,8 +204,6 @@ $header-progress-height = 2.8px;
}
}
}
}
@ -222,11 +220,11 @@ $header-progress-height = 2.8px;
transition();
}
}
.header-drawer-show {
opacity: 1 !important;
.header-content {
.menu-bar {
@ -246,7 +244,6 @@ $header-progress-height = 2.8px;
}
}
.header-drawer {
transform: scaleY(1);
}