Don't allow the grid to overflow horizontally

This commit is contained in:
Robin Townsend 2023-02-03 08:44:35 -05:00
parent 4fc8598e36
commit 42e4f6ce83

View file

@ -4,6 +4,7 @@
flex-grow: 1;
padding: 0 22px;
overflow-y: auto;
overflow-x: none;
}
.slotGrid {