Extend canvas when required #48

This commit is contained in:
Ian Renton
2025-10-21 16:51:04 +01:00
parent 001ec2c9b9
commit f5e50dc5b4
2 changed files with 8 additions and 2 deletions

View File

@@ -157,9 +157,7 @@ div#bands-container {
margin: 0;
padding: 0;
overflow-x: auto;
overflow-y: visible;
white-space: nowrap;
display: flex;
overscroll-behavior-x: none;
}
@@ -169,6 +167,7 @@ div#bands-container {
#bands-table th {
width: 20%;
max-height: 40px;
min-width: 12em;
padding: 0.5em;
text-align: center;