Show scrollbar when starter prompts exceed chat window width

pull/1941/head
Ilango 2024-03-13 11:54:35 +05:30
parent 56b610cfa2
commit 7c4056e305
1 changed files with 0 additions and 1 deletions

View File

@ -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 {