Skip to content
Snippets Groups Projects
Commit f36a7912 authored by Soshi Kato's avatar Soshi Kato Committed by Eugen Rochko
Browse files

Fix snackbar notification stacking order (#2935)

parent ef226a6f
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,10 @@ export const getAlerts = createSelector([getAlertsBase], (base) => {
message: item.get('message'),
title: item.get('title'),
key: item.get('key'),
dismissAfter: 5000
dismissAfter: 5000,
barStyle: {
zIndex: 200
}
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment