Skip to content

Commit e2034dc

Browse files
author
Oziminskyi Volodymyr
authored
test
1 parent c779516 commit e2034dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/chat.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ html, body {
33
font-family: 'Inconsolata', monospace;
44
margin: 0 auto;
55
}
6+
::-webkit-scrollbar {
7+
width: 0px;
8+
background: transparent; /* make scrollbar transparent */
9+
}
610

711
/* M E S S A G E S */
812

0 commit comments

Comments
 (0)