mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Extend canvas when required #48
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user