Fixed header menus

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-11-09 10:58:51 +01:00
parent 85355e98e6
commit 521b8e813d
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,6 @@
#header { #header {
/* Header menu */ /* Header menu */
.menu { .menu {
position: relative;
top: 45px; top: 45px;
background-color: $color-main-background; background-color: $color-main-background;
filter: drop-shadow(0 1px 3px $color-box-shadow); filter: drop-shadow(0 1px 3px $color-box-shadow);
@ -82,6 +81,7 @@
display: none; display: none;
box-sizing: border-box; box-sizing: border-box;
z-index: 2000; z-index: 2000;
position: absolute;
/* Dropdown arrow */ /* Dropdown arrow */
&:after { &:after {
@ -203,7 +203,7 @@ nav {
margin-left: -54px; margin-left: -54px;
} }
#navigation, .header-left #navigation,
.ui-datepicker, .ui-datepicker,
.ui-timepicker.ui-widget { .ui-timepicker.ui-widget {
position: relative; position: relative;