mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2024-11-14 19:25:07 -05:00
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 {
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue