Skip to content

Commit 94e65b7

Browse files
committed
.
1 parent 2b1ca3d commit 94e65b7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

app/globals.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,13 @@
177177
opacity: 0;
178178
transition: opacity 1.5s ease;
179179
}
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function AppSidebar() {
4141
return (
4242
<FadeIn>
4343
<Sidebar>
44-
<SidebarMenu className="mt-24 px-8 text-sm">
44+
<SidebarMenu className="mt-24 mb-12 px-8 text-sm overflow-y-scroll no-scrollbar">
4545

4646

4747

0 commit comments

Comments
 (0)