Skip to content

Commit

Permalink
fix: notifs should stack (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Mar 28, 2024
1 parent 2c650c4 commit bac7043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Root = (): JSX.Element => (
<QueryClientProvider client={queryClient}>
<I18nextProvider i18n={i18n}>
{SHOW_NOTIFICATIONS && (
<ToastContainer position="bottom-right" theme="colored" />
<ToastContainer stacked position="bottom-right" theme="colored" />
)}
{globalStyles}
<ThemeProvider theme={theme}>
Expand Down

0 comments on commit bac7043

Please sign in to comment.