Skip to content

Commit 6ca98cd

Browse files
committed
fix: increase z-index for toast notifications
1 parent 79a368c commit 6ca98cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
</div>
196196
</div>
197197
<AcceptModal />
198-
<div v-if="toastStore.toasts.length>0" class="fixed bottom-5 right-5 flex gap-1 flex-col-reverse z-50">
198+
<div v-if="toastStore.toasts.length>0" class="fixed bottom-5 right-5 flex gap-1 flex-col-reverse z-[100]">
199199
<transition-group
200200
name="fade"
201201
tag="div"

0 commit comments

Comments
 (0)