high-animal-7751
10/19/2023, 11:11 AMbitter-magazine-8114
10/19/2023, 12:58 PM/* the chat window */
.bp-widget-side{
}
/* the chat icon placement */
.bp-widget-widget{
}
Making the height of the first lower than 100% wil give you room at the top:
/* the chat window */
.bp-widget-side{
top: auto;
bottom: 20px;
left: auto;
right: 20px;
height: 80%;
max-height: 80vh;
}
bitter-magazine-8114
10/19/2023, 1:00 PM@media (max-width: 767px) {
.bp-widget-side{
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
max-height: 100vh;
width: 100%;
}
}
famous-jewelry-85388
10/19/2023, 4:12 PMbright-magazine-792
10/25/2023, 5:23 PMalert-napkin-63613
03/02/2024, 5:48 PMalert-napkin-63613
03/02/2024, 5:50 PMalert-napkin-63613
03/02/2024, 6:06 PM