chatWindowStyle and TailwindCSS #272
jleonard99
started this conversation in
General
Replies: 1 comment 6 replies
-
Hey @jleonard99! Have you tried removing all the tailwind classes from the parent container then re-adding them one by one to observe the default behavior? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm crafting a simple example. I have a parent container and I'd like the chatbot to expand to use the entire container. My current example expands to use the container horizontally, but vertically keeps the inputbar just under the text bubbles.
QUESTION: how do I modify the styles to ensure that the the ChatBot expands to fill the entire parent container?
Parent container:
My chatbot:
Here is what I'm getting:
Beta Was this translation helpful? Give feedback.
All reactions