Fixed header menus
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
85355e98e6
commit
521b8e813d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue