Skip to content

Commit c46308c

Browse files
committed
style: update global styles
1 parent 3050ab2 commit c46308c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/index.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@
3030
scrollbar-color: rgba(99, 102, 241, 0.5) transparent;
3131
}
3232

33+
/* Hidden scrollbar utility */
34+
.scrollbar-none::-webkit-scrollbar {
35+
display: none;
36+
}
37+
38+
.scrollbar-none {
39+
scrollbar-width: none;
40+
-ms-overflow-style: none;
41+
}
42+
3343
/* Custom Toggle Switch */
3444
.toggle-switch {
3545
position: relative;

0 commit comments

Comments
 (0)