Add this code to the Custom CSS field on the General tab of your AI Chatbot widget’s settings:
@media(max-width: 500px) {
.global-styles, [class^='FloatingButton__FloatingButtonContainer-sc'] {
transform: scale(0.8)
}
}
Add this code to the Custom CSS field on the General tab of your AI Chatbot widget’s settings:
@media(max-width: 500px) {
.global-styles, [class^='FloatingButton__FloatingButtonContainer-sc'] {
transform: scale(0.8)
}
}