Make tiles resizable and fix some miscellaneous bugs

This commit is contained in:
Robin Townsend
2023-01-25 23:51:36 -05:00
parent 045103dbc9
commit 8912daa922
2 changed files with 142 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
position: relative;
flex-grow: 1;
padding: 0 22px;
overflow-y: scroll;
overflow-y: auto;
}
.slotGrid {