Fix positioning of popovermenu

Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl 2017-03-03 13:00:10 +01:00 committed by Julius Härtl
parent f58f8f6f47
commit efc681dcfe
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 6 additions and 2 deletions

View File

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