We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841ac1c commit d07b042Copy full SHA for d07b042
1 file changed
src/css/layout.css
@@ -44,4 +44,9 @@ html.is-layout-scrollbars-none,
44
.is-layout-scrollbars-none body,
45
.is-layout-scrollbars-none * {
46
scrollbar-width: none;
47
+ -webkit-scrollbar-width: none;
48
+}
49
+
50
+.is-layout-scrollbars-none *::-webkit-scrollbar {
51
+ display: none;
52
}
0 commit comments