mirror of https://github.com/FlowiseAI/Flowise.git
Merge pull request #1941 from 0xi4o/bug/starter-prompts-scroll
Fix: starter prompts exceeds chat window and cannot be scrolledpull/1957/head
commit
1459190adc
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue