mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 13:50:06 +03:00
fixed chat scroll breaking on single col (#1845)
This commit is contained in:
parent
12c0882248
commit
22ea665fa4
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue