summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/header.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index a45e14cda01..1844022e8a3 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -74,7 +74,6 @@
#header {
/* Header menu */
.menu {
- position: relative;
top: 45px;
background-color: $color-main-background;
filter: drop-shadow(0 1px 3px $color-box-shadow);
@@ -82,6 +81,7 @@
display: none;
box-sizing: border-box;
z-index: 2000;
+ position: absolute;
/* Dropdown arrow */
&:after {
@@ -203,7 +203,7 @@ nav {
margin-left: -54px;
}
-#navigation,
+.header-left #navigation,
.ui-datepicker,
.ui-timepicker.ui-widget {
position: relative;