How to modify .css without losing Fullscreen?
# 🌎general
m
Hello, how are you? I am needing help to implement a custom css stylesheet for my chatbot without losing the fullscreen mode. I found this page in Botpress documentation: https://botpress.com/docs/cloud/webchat-customization/full-screen-bot/ With this I was able to implement the fullscreen, since from the Webchat Styler I found it impossible to increase the width beyond 450px. But, after following the instructions, I wanted to add a custom stylesheet which caused me to apply the css code but lose the fullscreen. How can I make these two things coexist?