aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/containers/Page/Page.tsx9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/containers/Page/Page.tsx b/src/containers/Page/Page.tsx
index 4aa48eb..272698b 100644
--- a/src/containers/Page/Page.tsx
+++ b/src/containers/Page/Page.tsx
@@ -42,10 +42,11 @@ const Page: React.FC = () => {
<SnackbarProvider
preventDuplicate
maxSnack={isMobile ? 1 : 3}
- anchorOrigin={{
- vertical: 'top',
- horizontal: 'right'
- }}
+ anchorOrigin={
+ isMobile
+ ? { vertical: 'top', horizontal: 'right' }
+ : { vertical: 'bottom', horizontal: 'left'}
+ }
>
<div className={classes.root}>
<ErrorBoundary FallbackComponent={ErrorFallback}>