We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f0b6c commit b5d89a1Copy full SHA for b5d89a1
1 file changed
src/components/Toast.vue
@@ -1,6 +1,6 @@
1
<template>
2
<Teleport to="body">
3
- <div class="fixed bottom-4 right-4 z-50 space-y-2 w-96">
+ <div class="fixed z-[99999] bottom-4 right-4 space-y-2 w-96">
4
<TransitionGroup name="toast"
5
enter-active-class="transition-all duration-300 ease-out"
6
enter-from-class="transform translate-x-full opacity-0"
0 commit comments