diff --git a/components/layout/portal-shell.tsx b/components/layout/portal-shell.tsx
index 5f07d68..6f42185 100644
--- a/components/layout/portal-shell.tsx
+++ b/components/layout/portal-shell.tsx
@@ -53,7 +53,7 @@ export function PortalShell({ children, user, progress }: PortalShellProps) {
pathname={pathname}
user={user}
progress={progress}
- className="sticky top-0 hidden shrink-0 self-start lg:block"
+ className="sticky top-0 hidden h-screen shrink-0 self-stretch lg:flex"
/>
{/* Mobile Sidebar Overlay */}
@@ -123,7 +123,10 @@ function AppSidebar({
return (
@@ -181,9 +184,7 @@ function AppSidebar({
))}
-
-
-
+
Proje İlerlemesi
@@ -226,7 +227,7 @@ function AppSidebar({
align="end"
side="top"
sideOffset={8}
- className="w-64"
+ className="w-[var(--radix-dropdown-menu-trigger-width)] min-w-0"
>