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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user