From ade2914a287dfa70824ddd46712ecfb00dbebbbb Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Mon, 17 Nov 2025 15:06:54 +0100 Subject: [PATCH] Fix tooltip in dropdown --- assets/css/general.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index 0066ed66c..40e945d31 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -1402,3 +1402,9 @@ svg text.month { fill: #AAA; } .legendClose { float: right; } + + +/* Ensure tooltip appears above everything */ +.tooltip { + z-index: 9999 !important; +} \ No newline at end of file