Skip to content

Commit

Permalink
Merge pull request #1249 from ThatConference/cs/signs
Browse files Browse the repository at this point in the history
fix: modal on checkin
  • Loading branch information
theClarkSell authored May 23, 2022
2 parents ea965ac + 5d149f4 commit 4c0acb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/event/check-in/_components/_CheckinModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</script>

<div
class="fixed inset-x-0 bottom-0 z-10 px-4 pb-6 sm:inset-0 sm:flex sm:items-center sm:justify-center sm:p-0">
class="fixed inset-x-0 bottom-0 z-50 px-4 pb-6 sm:inset-0 sm:flex sm:items-center sm:justify-center sm:p-0">
<div class="fixed inset-0 transition-opacity">
<div class="absolute inset-0 bg-gray-500 opacity-75" />
</div>
Expand Down

1 comment on commit 4c0acb5

@vercel
Copy link

@vercel vercel bot commented on 4c0acb5 May 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.