Skip to content

Commit

Permalink
Update side menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed May 8, 2024
1 parent 76fb574 commit 1d2071b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
x-cloak
x-show="sideMenu.isOpen"
x-transition.opacity.duration.300ms
class="fixed w-full h-full bg-zinc-600/50 z-[1]"
class="fixed left-0 top-0 w-full h-full bg-zinc-600/50 z-[1]"
></div>
<aside
id="side-menu"
Expand Down Expand Up @@ -232,7 +232,7 @@
<hr class="my-4" />
<ul>
<li>
<div x-data="{ open: true }">
<div x-data="{ open: false }">
<button
class="px-4 py-2 w-full flex items-center text-sm font-medium hover:bg-gray-200 rounded-lg cursor-pointer"
:class="open && 'text-gray-500'"
Expand Down

0 comments on commit 1d2071b

Please sign in to comment.