From af27357b013bf25c762dabe45733b9402ad581f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 29 Sep 2021 23:49:14 +0200 Subject: [PATCH] bugfix tooltips --- common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.css b/common.css index d6a9316..71bead6 100644 --- a/common.css +++ b/common.css @@ -109,7 +109,8 @@ input + label { *[tooltip]:hover:after { display: block; position: absolute; - bottom: -100%; left: 50%; transform: translate(-50%, 0); + min-width: 12em; + bottom: 100%; left: 50%; transform: translate(-50%, 0); content: attr(tooltip); padding: .5em; color: #000; background-color: #FFC; -- 2.39.2