Hello 👋
Can we help you?
/* Joinchat styles (default values) */
.joinchat {
/* z-index: 9999; /* (9000) */
/* --s: 50px; /* button size: (60px) */
/* --bottom: 80px; /* bottom separation (20px) */
/* --sep: 20px; /* right/left separation (20px) */
/* --header: 60px; /* chatbox header height (70px) */
}
/* Joinchat mobile styles */
@media (max-width: 480px), (orientation: landscape) and (max-width: 767px) {
.joinchat {
/* mobile rules */
}
}