From 0881201465b36089f80d5e43cd4866b14bd3f0d7 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 30 Jan 2017 20:00:01 -0300 Subject: [PATCH] Notification --- client/coral-ui/components/SnackBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;