1
0
forked from Kieran/snort

Fix live chat overflow

This commit is contained in:
Kieran 2023-06-19 14:55:45 +01:00
parent e71f82541a
commit 38b22757f2
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -1,5 +1,5 @@
.live-chat {
height: 100%;
height: calc(100vh - 100px);
display: flex;
flex-direction: column;
}