Skip to content

Commit a29b331

Browse files
committed
fix(toast): using fixed position toast
1 parent b2a838f commit a29b331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Toast.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div id="toast" class="absolute right-[20px] top-24">
2+
<div id="toast" class="fixed right-[20px] top-24">
33
<div
44
class="
55
absolute

0 commit comments

Comments
 (0)