-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Would it be possible to fit everything into the viewport? I tried to tweak the CSS but not perfect.
I have found that this would help to create a container for the chat, so it would behave like any chat area: https://css-tricks.com/books/greatest-css-tricks/pin-scrolling-to-bottom/
Also it would be nice to maximize the Assistant Behavior, so if it long you don't need to scroll up and down during chat.
So some draft ideas:
.chat_container {overflow-y: auto; max-height: 40vh;}
remove height: 441px; from Assistant Behavior textarea
the Message textarea should also work without the height: 126px;
also I have noticed that --tw-bg-opacity isn't defined so the assistant answers doesn't have a background color.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels