hide ugly chat scrollbar

This commit is contained in:
Romain Beaumont 2021-02-28 00:02:50 +00:00
parent 2c5006d7f9
commit bccac8bd2e

View file

@ -41,12 +41,12 @@
.chat-input-wrapper {
bottom: calc(2px * 16);
width: 100%;
overflow: scroll;
overflow: hidden;
background-color: rgba(0, 0, 0, 0);
}
.chat {
overflow: scroll;
overflow: hidden;
color: white;
font-size: 32px;
margin: 0px;