We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74bcb9 commit bcb5854Copy full SHA for bcb5854
2 files changed
app/globals.css
@@ -125,6 +125,20 @@
125
}
126
127
128
+@layer utilities {
129
+ .scrollbar-hide {
130
+ -ms-overflow-style: none;
131
+ scrollbar-width: none;
132
+ }
133
+ .scrollbar-hide::-webkit-scrollbar {
134
+ display: none;
135
136
+ .snap-children-start > * {
137
+ scroll-snap-align: start;
138
+ flex-shrink: 0;
139
140
+}
141
+
142
body {
143
transform: none !important;
144
0 commit comments