fix(web): delete modal z-index (#5416)

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
Dan Taylor 2023-12-04 17:32:33 -08:00 committed by GitHub
parent 05e9697dff
commit 933c24ea6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
<section
in:fade={{ duration: 100 }}
out:fade={{ duration: 100 }}
class="fixed left-0 top-0 z-[990] flex h-screen w-screen place-content-center place-items-center bg-black/40"
class="fixed left-0 top-0 z-[9990] flex h-screen w-screen place-content-center place-items-center bg-black/40"
>
<div
class="z-[9999]"