Skip to content

Commit

Permalink
fix z-order for statusoverlay
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Oct 29, 2024
1 parent b754b84 commit 345600f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/StatusOverlay.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div
aria-live="assertive"
class="pointer-events-none fixed inset-0 flex items-end px-4 py-6 sm:items-start sm:p-6 z-10"
class="pointer-events-none fixed inset-0 flex items-end px-4 py-6 sm:items-start sm:p-6 z-50"
>
<div class="flex w-full flex-col items-center space-y-4 sm:items-end">
<!-- Notification panel, dynamically insert this into the live region when it needs to be displayed -->
Expand Down

0 comments on commit 345600f

Please sign in to comment.