We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d313b92 commit 7de950fCopy full SHA for 7de950f
1 file changed
styles/tailwind.css
@@ -3,10 +3,13 @@
3
@tailwind utilities;
4
5
.scrollbar-hidden {
6
- scrollbar-width: none;
7
- -ms-overflow-style: none;
+ scrollbar-width: none !important;
+ -ms-overflow-style: none !important;
8
+ scrollbar-color: transparent transparent !important;
9
}
10
11
.scrollbar-hidden::-webkit-scrollbar {
- display: none;
12
+ width: 0 !important;
13
+ height: 0 !important;
14
+ display: none !important;
15
0 commit comments