Merge pull request #1941 from 0xi4o/bug/starter-prompts-scroll

Fix: starter prompts exceeds chat window and cannot be scrolled
pull/1957/head
Ilango 2024-03-14 08:59:20 +05:30 committed by GitHub
commit 1459190adc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.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 */