Fix live chat overflow
This commit is contained in:
parent
e71f82541a
commit
38b22757f2
@ -1,5 +1,5 @@
|
||||
.live-chat {
|
||||
height: 100%;
|
||||
height: calc(100vh - 100px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user