react-chatbot-kit icon indicating copy to clipboard operation
react-chatbot-kit copied to clipboard

chatbot window to full screen

Open vijay-kumar-singh opened this issue 4 years ago • 5 comments

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

Thank you.

vijay-kumar-singh avatar Jun 15 '21 14:06 vijay-kumar-singh

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.

FredrikOseberg avatar Jun 16 '21 08:06 FredrikOseberg

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?

clicktodev avatar Jul 12 '21 11:07 clicktodev

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

vivekshah-zymr avatar Jul 01 '23 05:07 vivekshah-zymr

Hello! Does it work on Tailwind SCSS ?

oceanedruenne avatar Dec 06 '23 13:12 oceanedruenne

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

koiker avatar Dec 22 '23 05:12 koiker