From 5d2ed3f5857477efd900e33ce06e51fb9eb2bb78 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 30 Jan 2017 19:48:07 -0300 Subject: [PATCH] Notifications --- 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 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;