Skip to content

Commit 11126ac

Browse files
Prettier styling
1 parent c051a72 commit 11126ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dashboard/SideNavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default function SideNavBar() {
105105

106106
return (
107107
<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]`}
108+
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`}
109109
>
110110
<summary className="sticky top-0 list-none pt-4">
111111
<Image

0 commit comments

Comments
 (0)