From d3b6db9c7457b00ec1726d525b7417ff13808594 Mon Sep 17 00:00:00 2001
From: pranayburra <125851398+pranayburra@users.noreply.github.com>
Date: Fri, 31 Oct 2025 15:58:05 +0530
Subject: [PATCH 1/2] Added paddingbottom for sidebar
---
src/components/Sidebar.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx
index eb6bd9824..c557c1761 100644
--- a/src/components/Sidebar.tsx
+++ b/src/components/Sidebar.tsx
@@ -250,8 +250,9 @@ export function Sidebar({
ref={sidebarRef}
exit="closed"
variants={sidebarVariants}
- className="fixed right-0 top-[64px] z-[99999] flex h-screen w-full flex-col gap-4 overflow-y-auto rounded-r-lg border-l border-primary/10 bg-neutral-50 dark:bg-neutral-900 md:max-w-[30vw]"
+ className="fixed right-0 top-[64px] z-[99999] flex h-screen w-full flex-col gap-4 overflow-y-auto rounded-r-lg border-l border-primary/10 bg-yellow-500 pb-24 dark:bg-neutral-900 md:max-w-[30vw]"
>
+ {/* bg-neutral-50 */}
{' '}
From e24ff0e24730810cae3b7473b7ade18d806b2175 Mon Sep 17 00:00:00 2001
From: pranayburra <125851398+pranayburra@users.noreply.github.com>
Date: Fri, 31 Oct 2025 16:00:29 +0530
Subject: [PATCH 2/2] Added paddingbottom for sidebar
---
src/components/Sidebar.tsx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx
index c557c1761..3194ab209 100644
--- a/src/components/Sidebar.tsx
+++ b/src/components/Sidebar.tsx
@@ -250,9 +250,8 @@ export function Sidebar({
ref={sidebarRef}
exit="closed"
variants={sidebarVariants}
- className="fixed right-0 top-[64px] z-[99999] flex h-screen w-full flex-col gap-4 overflow-y-auto rounded-r-lg border-l border-primary/10 bg-yellow-500 pb-24 dark:bg-neutral-900 md:max-w-[30vw]"
+ className="fixed right-0 top-[64px] z-[99999] flex h-screen w-full flex-col gap-4 overflow-y-auto rounded-r-lg border-l border-primary/10 bg-neutral-50 pb-24 dark:bg-neutral-900 md:max-w-[30vw]"
>
- {/* bg-neutral-50 */}
{' '}