diff --git a/core/css/header.scss b/core/css/header.scss index 21305de0d02755aeb60ea7a34a538362ae7c8220..b5bb8ca9c5b74fb4cfe17a25cc63c1636ac55d67 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -78,11 +78,14 @@ background-color: $color-main-background; filter: drop-shadow(0 1px 3px $color-box-shadow); border-radius: 0 0 3px 3px; - display: none; box-sizing: border-box; z-index: 2000; position: absolute; + &:not(.popovermenu) { + display: none; + } + /* Dropdown arrow */ &:after { border: 10px solid transparent;