fix scrolling

This commit is contained in:
Michael Zhang 2024-05-27 14:47:39 -05:00
parent 52ae6ce480
commit 63618b7dce
2 changed files with 7 additions and 0 deletions

View file

@ -19,4 +19,9 @@
padding: 12px;
gap: 12px;
min-width: 0;
flex-grow: 1;
flex-basis: auto;
overflow-x: scroll;
}

View file

@ -1,4 +1,6 @@
.container {
flex-shrink: 0;
width: 500px;
overflow-wrap: break-word;
overflow-y: auto;