Skip to content

Commit

Permalink
fix: sidebar occlusion (#2170)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudflypeng authored Sep 2, 2024
1 parent c6ceb2a commit 167fbbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/[locale]/dashboard/[subdomain]/layout-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ export default function DashboardLayout({
{(isOpen) => <div>233</div>}
</DashboardTopbar>
) : (
<div className={`w-sidebar transition-[width] relative shrink-0`}>
<div
className={`w-sidebar transition-[width] relative shrink-0 z-10`}
>
<div
className={`w-sidebar transition-[width] fixed h-full flex flex-col`}
>
Expand Down

0 comments on commit 167fbbd

Please sign in to comment.