fix scrolling
This commit is contained in:
parent
52ae6ce480
commit
63618b7dce
2 changed files with 7 additions and 0 deletions
|
@ -19,4 +19,9 @@
|
|||
|
||||
padding: 12px;
|
||||
gap: 12px;
|
||||
|
||||
min-width: 0;
|
||||
flex-grow: 1;
|
||||
flex-basis: auto;
|
||||
overflow-x: scroll;
|
||||
}
|
|
@ -1,4 +1,6 @@
|
|||
.container {
|
||||
flex-shrink: 0;
|
||||
|
||||
width: 500px;
|
||||
overflow-wrap: break-word;
|
||||
overflow-y: auto;
|
||||
|
|
Loading…
Reference in a new issue