Fix single column chat not scrolling. Closes #1830

This commit is contained in:
Gabe Kangas 2022-04-18 23:45:18 -07:00
parent 5d236976d8
commit e6b5aecc8f
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -200,7 +200,7 @@ header {
position: fixed;
bottom: 0;
width: 100%;
height: auto;
height: 100%;
}
.single-col.chat #video-container,