Chat box being hidden behind website element
# 🤝help
b
When opening my chatbot, a portion is behind the navigation menu. How can I change the style so it is not hidden? The red bar is part of the navigation bar. d40e0d32-88ab-47cb-9246-64e4f6782879

https://cdn.discordapp.com/attachments/1142113822879010847/1142113823164203038/image.png

f
Set the z-index of your chat window to 9999 in your chatbot css file or set the z-index of the red bar to like 15
b
Thanks for the response. I ended up adding some additional css to the site that changed the z-index of the nav bar, without changing the base css file
4 Views