Merge pull request #2546 from AndreasK79/lba_distance_filter

This commit is contained in:
Andreas Kristiansen
2025-11-23 18:42:51 +01:00
committed by GitHub
6 changed files with 34 additions and 4 deletions

View File

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