move notifications out of the way (#1054)

This commit is contained in:
Athou
2023-05-05 08:38:23 +02:00
parent 99a7f72448
commit c3aedd935d

View File

@@ -50,7 +50,7 @@ function Providers(props: { children: React.ReactNode }) {
}} }}
> >
<ModalsProvider> <ModalsProvider>
<NotificationsProvider position="top-center" zIndex={9999}> <NotificationsProvider position="bottom-right" zIndex={9999}>
<ErrorBoundary>{props.children}</ErrorBoundary> <ErrorBoundary>{props.children}</ErrorBoundary>
</NotificationsProvider> </NotificationsProvider>
</ModalsProvider> </ModalsProvider>