From c60645d0192a9a89acb31bb469b8016b055d240b Mon Sep 17 00:00:00 2001 From: Florian Greistorfer Date: Mon, 9 Feb 2026 10:18:20 +0100 Subject: [PATCH] fixed infotext still appearing when hovering over hidden element --- files/global.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/global.css b/files/global.css index 390319c..15bcf0a 100644 --- a/files/global.css +++ b/files/global.css @@ -202,6 +202,7 @@ input { .tooltip .infotext { padding: 12px; width: max-content; + pointer-events: none; } .tooltiptext.tagdropdown { @@ -224,11 +225,13 @@ input { .tooltip:hover .infotext { display: block; opacity: 1; + pointer-events: auto; } .tooltip:active .infotext { display: block; opacity: 1; + pointer-events: auto; } .tagentryparent {