Skip to content

Commit 7de950f

Browse files
committed
Ensure document tabs scrollbar stays hidden
1 parent d313b92 commit 7de950f

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

styles/tailwind.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
@tailwind utilities;
44

55
.scrollbar-hidden {
6-
scrollbar-width: none;
7-
-ms-overflow-style: none;
6+
scrollbar-width: none !important;
7+
-ms-overflow-style: none !important;
8+
scrollbar-color: transparent transparent !important;
89
}
910

1011
.scrollbar-hidden::-webkit-scrollbar {
11-
display: none;
12+
width: 0 !important;
13+
height: 0 !important;
14+
display: none !important;
1215
}

0 commit comments

Comments
 (0)