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); }