Add function to hide legend on gridmap

This commit is contained in:
phl0
2025-11-12 16:35:40 +01:00
parent 7f38a0c7e8
commit 10bcb52114
2 changed files with 13 additions and 1 deletions

View File

@@ -1398,3 +1398,7 @@ svg text.month { fill: #AAA; }
display: flex;
flex-direction: column;
}
.legendClose {
float: right;
}