Browse Source

Fix single column chat not scrolling. Closes #1830

pull/1845/head
Gabe Kangas 4 years ago
parent
commit
e6b5aecc8f
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      webroot/styles/app.css

2
webroot/styles/app.css

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

Loading…
Cancel
Save