Fix popover position on firefox

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2017-03-20 08:20:29 +01:00
parent 24a8604426
commit d3592e9180
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,6 @@
width: 0;
position: absolute;
pointer-events: none;
margin-left: -10px;
}
}
@ -479,6 +478,7 @@ nav {
vertical-align: top !important;
position: relative;
height: 44px;
display: inline-block;
}
}
@ -511,7 +511,7 @@ nav {
color: rgba(0, 0, 0, .6);
width: auto;
left: 50%;
top: 31px;
top: 32px;
transform: translateX(-50%);
padding: 4px 10px;
-webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, .75));