fix: sidebar occlusion (#2170)

This commit is contained in:
cloudflypeng 2024-09-02 20:03:45 +08:00 committed by GitHub
parent c6ceb2afcf
commit 167fbbd256
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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`}
>