From 3ad5b5beebb4bbf5e9a3c093eef15dd54b35d581 Mon Sep 17 00:00:00 2001 From: XPoet Date: Wed, 21 Oct 2020 20:33:54 +0800 Subject: [PATCH] fix: fixed header disappearance bug when shrink --- source/css/layout/_partial/header.styl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/css/layout/_partial/header.styl b/source/css/layout/_partial/header.styl index 225632a..d9e7136 100644 --- a/source/css/layout/_partial/header.styl +++ b/source/css/layout/_partial/header.styl @@ -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); }