Show scrollbar when starter prompts exceed chat window width

This commit is contained in:
Ilango
2024-03-13 11:54:35 +05:30
parent 56b610cfa2
commit 7c4056e305
@@ -2,7 +2,6 @@
display: flex;
overflow-x: auto;
-webkit-overflow-scrolling: touch; /* For momentum scroll on mobile devices */
scrollbar-width: none; /* For Firefox */
}
.button {