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