FredrikOseberg / react-chatbot-kit

MIT License
325 stars 155 forks source link

chatbot window to full screen #65

Open vijay-kumar-singh opened 3 years ago

vijay-kumar-singh commented 3 years ago

Hi, I wanted to expand chat window to full screen. Just wondering if this is possible to do via config.

Thank you.

FredrikOseberg commented 3 years ago

Hi, I wanted to expand chat window to full screen. Just wondering if this is possible to do via config.

Thank you.

Not via config, but all the elements of the chatbot has CSS classes which you can override. Currently you need to mark the styles as !important because style-loader will inject them before your other styles in react projects, but I'm working on a fix on this i v2.

hichemfantar commented 3 years ago

Hi, I wanted to expand chat window to full screen. Just wondering if this is possible to do via config.

Thank you.

Not via config, but all the elements of the chatbot has CSS classes which you can override. Currently you need to mark the styles as !important because style-loader will inject them before your other styles in react projects, but I'm working on a fix on this i v2.

Super nice to hear you're working on V2. Any idea on the release date?

vivekshah-zymr commented 1 year ago

@vijay-kumar-singh Did you find any workaround for this?

oceanedruenne commented 10 months ago

Hello! Does it work on Tailwind SCSS ?

koiker commented 9 months ago

Hey @oceanedruenne , take a look in the solution that I posted here: https://github.com/FredrikOseberg/react-chatbot-kit/issues/18#issuecomment-1867274845