This commit is contained in:
2024-04-29 20:56:37 -07:00
parent 8afbc124c4
commit 1b80712742
7 changed files with 28 additions and 15 deletions

View File

@@ -67,6 +67,7 @@
:x-show "leftNavShow"
":aria-hidden" "leftNavShow ? 'false' : 'true'"}
;; TODO this causes a leftNavShow error when hitting back button. maybe amke a container
[:template {:x-teleport "body"}
[:div.fixed.inset-0.lg:hidden {:x-show "leftNavShow" :x-transition:enter "transition duration-500" :x-transition:enter-start "opacity-0" :x-transition:enter-end "opacity-100"