fix: move toast notifications to bottom-left (#489)

This commit is contained in:
Dayuan Jiang
2026-01-01 22:08:05 +09:00
committed by GitHub
parent 3c8f420c3c
commit 6fbc7b340f

View File

@@ -943,10 +943,9 @@ export default function ChatPanel({
)}
>
<Toaster
position="bottom-center"
position="bottom-left"
richColors
expand
style={{ position: "absolute" }}
toastOptions={{
style: {
maxWidth: "480px",