We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3050ab2 commit c46308cCopy full SHA for c46308c
src/index.css
@@ -30,6 +30,16 @@
30
scrollbar-color: rgba(99, 102, 241, 0.5) transparent;
31
}
32
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
43
/* Custom Toggle Switch */
44
.toggle-switch {
45
position: relative;
0 commit comments