xatkit-bot-platform / xatkit-chat-widget

(React) Chat widget for Xatkit
https://xatkit.com
MIT License
5 stars 2 forks source link

Z-index issues #1

Closed gdaniel closed 4 years ago

gdaniel commented 4 years ago

The chatbox has a z-index of 1, that may be an issue in website using multiple z-index levels, as the bot may be behind other components.

Quick fix:

.rcw-widget-container {
z-index: 10000 !important;
}
gdaniel commented 4 years ago

reported by @jcabot