fix: allow text selection in toast notifications
This commit is contained in:
parent
1a91cb7c77
commit
a3c972c367
|
|
@ -1338,7 +1338,7 @@ onUnmounted(() => {
|
|||
</div>
|
||||
<Teleport to="body">
|
||||
<Transition name="toast">
|
||||
<div v-if="toastVisible" class="fixed bottom-6 left-1/2 -translate-x-1/2 z-99999 px-4 py-2 rounded-lg bg-foreground text-background text-sm shadow-lg pointer-events-none">
|
||||
<div v-if="toastVisible" class="fixed bottom-6 left-1/2 -translate-x-1/2 z-99999 px-4 py-2 rounded-lg bg-foreground text-background text-sm shadow-lg select-text">
|
||||
{{ toastMessage }}
|
||||
</div>
|
||||
</Transition>
|
||||
|
|
|
|||
Loading…
Reference in New Issue