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 <Toaster
position="bottom-center" position="bottom-left"
richColors richColors
expand expand
style={{ position: "absolute" }}
toastOptions={{ toastOptions={{
style: { style: {
maxWidth: "480px", maxWidth: "480px",