Don't allow the grid to overflow horizontally
This commit is contained in:
parent
4fc8598e36
commit
42e4f6ce83
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
flex-grow: 1;
|
||||
padding: 0 22px;
|
||||
overflow-y: auto;
|
||||
overflow-x: none;
|
||||
}
|
||||
|
||||
.slotGrid {
|
||||
|
|
Loading…
Add table
Reference in a new issue