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

Fix: starter prompts exceeds chat window and cannot be scrolled
This commit is contained in:
Ilango
2024-03-14 08:59:20 +05:30
committed by GitHub
@@ -1,5 +1,6 @@
.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 */ scrollbar-width: none; /* For Firefox */