hide ugly chat scrollbar
This commit is contained in:
parent
2c5006d7f9
commit
bccac8bd2e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue