From d3592e91803db56671539566fd66ad9907950fa5 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Mon, 20 Mar 2017 08:20:29 +0100 Subject: Fix popover position on firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/header.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/css') diff --git a/core/css/header.scss b/core/css/header.scss index cd87a34ece8..b04d7e917e2 100644 --- a/core/css/header.scss +++ b/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)); -- cgit v1.2.3