Fix ground track map to fill its container

Use flexbox to make map expand to fill available space in container
This commit is contained in:
James Smith
2025-12-29 22:21:57 +00:00
parent 7309cf0565
commit 31b70140d6
+4 -1
View File
@@ -1396,10 +1396,13 @@
border-radius: 8px;
padding: 15px;
min-height: 320px;
display: flex;
flex-direction: column;
}
.ground-track-cell #groundTrackMap {
height: 240px;
flex: 1;
min-height: 200px;
}
.countdown-cell {