Skip to content

Commit 473c799

Browse files
committed
fix toast position
1 parent 43446ff commit 473c799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dashboard/components/Toast.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function Toast({ toast, onClose }) {
1919
};
2020

2121
return (
22-
<div className="fixed top-4 right-4 z-50 animate-slide-in">
22+
<div className="fixed top-20 right-4 z-50 animate-slide-in">
2323
<div
2424
className={`${styles[toast.type]} border rounded-lg shadow-lg px-4 py-3 flex items-center gap-3 min-w-[300px]`}
2525
>

0 commit comments

Comments
 (0)