fix: popout chat

This commit is contained in:
Alejandro Gomez 2023-06-27 18:01:05 +02:00
parent 59f4fa1b81
commit 8ee39b137b
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -158,5 +158,7 @@ button span.hide-on-mobile {
}
.popout-chat .live-chat {
max-height: unset;
padding: 8px 16px;
height: 100vh;
width: 100vw;
}