diff --git a/client/coral-ui/components/SnackBar.js b/client/coral-ui/components/SnackBar.js index efebb89fa..498e64dc4 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: 0, top: 'auto'}; +const fixedStyle = {bottom: '70px', top: 'auto'}; export default SnackBar;