mirror of https://github.com/FlowiseAI/Flowise.git
Show scrollbar when starter prompts exceed chat window width
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue