Extend canvas when required #48

This commit is contained in:
Ian Renton
2025-10-21 16:43:24 +01:00
parent be86160e9c
commit 001ec2c9b9
2 changed files with 22 additions and 5 deletions

View File

@@ -153,10 +153,11 @@ div#map {
/* BANDS PANEL */
div#bands-container {
min-height: 64em;
margin: 0;
padding: 0;
overflow-x: auto;
overflow-y: auto;
overflow-y: visible;
white-space: nowrap;
display: flex;
overscroll-behavior-x: none;
@@ -177,6 +178,7 @@ div#bands-container {
#bands-table td {
width: 20%;
min-width: 12em;
height: 62em;
}
div.band-container {
@@ -193,6 +195,7 @@ div.band-markers {
top: 0;
left: 0;
z-index: 13;
border-left: 2px dotted black;
}
div.band-spots {