Make starter prompts wrap instead of exceeding chat window

This commit is contained in:
Ilango 2024-03-13 12:06:50 +05:30
parent 7c4056e305
commit b98c15d832
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
.button-container { .button-container {
display: flex; display: flex;
flex-wrap: wrap;
overflow-x: auto; overflow-x: auto;
-webkit-overflow-scrolling: touch; /* For momentum scroll on mobile devices */ -webkit-overflow-scrolling: touch; /* For momentum scroll on mobile devices */
scrollbar-width: none; /* For Firefox */
} }
.button { .button {