Skip to content

Commit b2a029f

Browse files
committed
fix(): Removing the horizontal scroll bar
1 parent 69a4399 commit b2a029f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
height: 6px;
99
}
1010

11+
::-webkit-scrollbar:horizontal {
12+
width: 0px;
13+
height: 0px;
14+
}
15+
1116
/* Track */
1217
::-webkit-scrollbar-track {
1318
box-shadow: inset 0 0 1px rgb(255, 255, 255);

0 commit comments

Comments
 (0)