better positioning out of the way of snackbars

This commit is contained in:
talksik
2022-05-28 20:10:29 -05:00
parent f44eb7d263
commit f704676f62
+7 -1
View File
@@ -18,7 +18,13 @@ const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement)
root.render(
<React.StrictMode>
<ThemeProvider theme={NirvanaTheme}>
<SnackbarProvider maxSnack={3}>
<SnackbarProvider
maxSnack={3}
anchorOrigin={{
vertical: 'top',
horizontal: 'right',
}}
>
<ErrorParent>
<ElectronProvider>
<AuthProvider>