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

View File

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