diff --git a/core/css/header.scss b/core/css/header.scss index ecb6197693..df20ec47d4 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -116,6 +116,7 @@ height: 100%; position: absolute; left: 12px; + top: 1px; img { opacity: 0; diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 2f869f7eeb..a985d6b1f3 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -132,7 +132,7 @@ } @media only screen and (max-width: 480px) { - #header .header-right > nav > .menu { + #header .header-right > div > .menu { max-width: calc(100vw - 10px); position: fixed; &::after {