Browse Source

fixed chat scroll breaking on single col (#1845)

pull/1855/head
t1enne 4 years ago committed by GitHub
parent
commit
22ea665fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      webroot/styles/app.css

3
webroot/styles/app.css

@ -214,10 +214,7 @@ header { @@ -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,

Loading…
Cancel
Save