diff --git a/client/coral-ui/components/SnackBar.js b/client/coral-ui/components/SnackBar.js index 498e64dc4..3d2e2e626 100644 --- a/client/coral-ui/components/SnackBar.js +++ b/client/coral-ui/components/SnackBar.js @@ -11,6 +11,6 @@ const SnackBar = ({children, className, position, ...attrs}) => { ); }; -const fixedStyle = {bottom: '70px', top: 'auto'}; +const fixedStyle = {bottom: '200px', top: 'auto'}; export default SnackBar;