We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1ca3d commit 94e65b7Copy full SHA for 94e65b7
app/globals.css
@@ -177,3 +177,13 @@
177
opacity: 0;
178
transition: opacity 1.5s ease;
179
}
180
+
181
182
183
+.no-scrollbar {
184
+ -ms-overflow-style: none; /* IE and Edge */
185
+ scrollbar-width: none; /* Firefox */
186
+}
187
+.no-scrollbar::-webkit-scrollbar {
188
+ display: none;
189
components/app-sidebar.tsx
@@ -41,7 +41,7 @@ export function AppSidebar() {
41
return (
42
<FadeIn>
43
<Sidebar>
44
- <SidebarMenu className="mt-24 px-8 text-sm">
+ <SidebarMenu className="mt-24 mb-12 px-8 text-sm overflow-y-scroll no-scrollbar">
45
46
47
0 commit comments