Skip to content

Commit bccac8b

Browse files
committed
hide ugly chat scrollbar
1 parent 2c5006d commit bccac8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
.chat-input-wrapper {
4242
bottom: calc(2px * 16);
4343
width: 100%;
44-
overflow: scroll;
44+
overflow: hidden;
4545
background-color: rgba(0, 0, 0, 0);
4646
}
4747

4848
.chat {
49-
overflow: scroll;
49+
overflow: hidden;
5050
color: white;
5151
font-size: 32px;
5252
margin: 0px;

0 commit comments

Comments
 (0)