Browse Source
Fix positioning of popovermenu
Signed-off-by: Julius Haertl <jus@bitgrid.net>
pull/3008/head
Julius Haertl
9 years ago
committed by
Julius Härtl
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
6 additions and
2 deletions
-
core/css/header.scss
|
|
|
@ -192,9 +192,13 @@ |
|
|
|
} |
|
|
|
|
|
|
|
/* NAVIGATION --------------------------------------------------------------- */ |
|
|
|
nav { |
|
|
|
margin-top: auto; |
|
|
|
} |
|
|
|
|
|
|
|
#navigation { |
|
|
|
position: relative; |
|
|
|
top: 69px; |
|
|
|
top: 45px; |
|
|
|
left: -100%; |
|
|
|
width: 265px; |
|
|
|
max-height: 85%; |
|
|
|
@ -538,7 +542,7 @@ |
|
|
|
border-width: 10px; |
|
|
|
transform: translateX(-50%); |
|
|
|
left: 50%; |
|
|
|
top: 14px; |
|
|
|
top: 12px; |
|
|
|
z-index: 100; |
|
|
|
display: block; |
|
|
|
} |
|
|
|
|