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 { .chat-input-wrapper {
bottom: calc(2px * 16); bottom: calc(2px * 16);
width: 100%; width: 100%;
overflow: scroll; overflow: hidden;
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
} }
.chat { .chat {
overflow: scroll; overflow: hidden;
color: white; color: white;
font-size: 32px; font-size: 32px;
margin: 0px; margin: 0px;