@@ -496,8 +496,8 @@ button { @media (max-width: 599px) { .MuiSnackbar-root { - left: 50% !important; - right: auto !important; - transform: translateX(-50%) !important; + left: 20px !important; + right: 20px !important; + transform: none !important; } } \ No newline at end of file @@ -5,6 +5,14 @@ .errorSnackbar { z-index: 100000; max-width: 335px; + + @media (max-width: 599px) { + max-width: none; + + :global(.MuiAlert-root) { + width: 100%; + } + } } .errorSnackbarDesktop {