fix: popout chat

This commit is contained in:
Alejandro Gomez
2023-06-27 18:01:05 +02:00
parent 59f4fa1b81
commit 8ee39b137b

View File

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