fixed chat scroll breaking on single col (#1845)

This commit is contained in:
t1enne 2022-04-21 19:08:41 +02:00 committed by GitHub
parent 12c0882248
commit 22ea665fa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,10 +214,7 @@ header {
z-index: 40;
}
.single-col #chat-container {
position: fixed;
bottom: 0;
width: 100%;
height: 100%;
}
.single-col.chat #video-container,