From 94ab71402dceddb6a26abd42f059275f43c4af88 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 26 May 2020 20:42:18 +0200 Subject: [PATCH] Fixed position issue with tooltips --- web/style/style.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/style/style.scss b/web/style/style.scss index f3a8401..037631d 100644 --- a/web/style/style.scss +++ b/web/style/style.scss @@ -523,7 +523,7 @@ h5 { .tooltiptext { visibility: hidden; - margin-left: -60px; /* Half the width */ + margin-left: -20px; bottom: 100%; left: 10%; padding: 5px 10px; @@ -533,7 +533,6 @@ h5 { position: absolute; z-index: 5; - &::after { content: " "; position: absolute;