Fix tooltip in dropdown

This commit is contained in:
Andreas Kristiansen
2025-11-17 15:06:54 +01:00
parent 18a6a5b943
commit ade2914a28

View File

@@ -1402,3 +1402,9 @@ svg text.month { fill: #AAA; }
.legendClose {
float: right;
}
/* Ensure tooltip appears above everything */
.tooltip {
z-index: 9999 !important;
}