diff --git a/webassets/css/style.css b/webassets/css/style.css
index ae85f97..e3eddd6 100644
--- a/webassets/css/style.css
+++ b/webassets/css/style.css
@@ -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 {
diff --git a/webassets/js/bands.js b/webassets/js/bands.js
index db8afac..71d0d0a 100644
--- a/webassets/js/bands.js
+++ b/webassets/js/bands.js
@@ -85,10 +85,8 @@ function updateBands() {
}
// Print the spots on the band. Each one is a div with the details, shifted down if necessary to prevent
- // overlap, and a horizontal or diagonal line on the canvas linking it to where it properly appears on the
- // band.
+ // overlap
bandSpotsDiv = $("
");
- bandLinesCanvas = $(`