Browse Source
Fix popover position on firefox
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/3951/head
Julius Härtl
9 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
2 additions and
2 deletions
-
core/css/header.scss
|
|
|
@ -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)); |
|
|
|
|