Fix broken chat scrolling again

This commit is contained in:
joeyak 2019-03-21 16:48:59 -04:00
parent fac6e285bd
commit d3334fd58c
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ span.svmsg {
grid-template-rows: 1.5em 2em 1fr 6em 2.5em 1em;
grid-gap: 10px;
margin: 0px 5px;
height: 100%;
overflow: auto;
}
#messages {