Notifications

This commit is contained in:
Belen Curcio
2017-01-30 19:48:07 -03:00
parent f83def83bd
commit 5d2ed3f585
+1 -1
View File
@@ -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;