Skip to content

Commit 220471f

Browse files
authored
Merge pull request #331 from devforth/update-z-index-for-toast
fix: increase z-index for toast notifications
2 parents 79a368c + 6ca98cd commit 220471f

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)