We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c051a72 commit 11126acCopy full SHA for 11126ac
src/components/Dashboard/SideNavBar.tsx
@@ -105,7 +105,7 @@ export default function SideNavBar() {
105
106
return (
107
<details
108
- className={`z-10 transition-width md:open:w-80" relative flex h-full w-20 cursor-pointer flex-col items-center gap-2 bg-awesomer-purple text-white duration-500 open:fixed open:top-0 open:w-60 md:w-[80px]`}
+ className={`transition-width md:open:w-80" relative flex h-full w-20 cursor-pointer flex-col items-center gap-2 bg-awesomer-purple text-white duration-500 open:fixed open:top-0 open:w-60 md:w-[80px] z-10`}
109
>
110
<summary className="sticky top-0 list-none pt-4">
111
<Image
0 commit comments