Skip to content

Commit d34accb

Browse files
authored
Update index.css
1 parent 8d17610 commit d34accb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
}
2323
}
2424

25+
/* remove scroll bar for all browsers */
26+
::-webkit-scrollbar { display: none; }
27+
* { -ms-overflow-style: none; /* IE and Edge */
28+
scrollbar-width: none; /* Firefox */
29+
}
30+
2531
.how-it-works-flow-line {
2632
display: block;
2733
height: 2px;

0 commit comments

Comments
 (0)