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 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;
|
||||
|
|
Loading…
Reference in New Issue