Make starter prompts wrap instead of exceeding chat window
This commit is contained in:
parent
7c4056e305
commit
b98c15d832
|
|
@ -1,7 +1,9 @@
|
|||
.button-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch; /* For momentum scroll on mobile devices */
|
||||
scrollbar-width: none; /* For Firefox */
|
||||
}
|
||||
|
||||
.button {
|
||||
|
|
|
|||
Loading…
Reference in New Issue