Fix snackbar notification stacking order (#2935)
This commit is contained in:
		
							parent
							
								
									ef226a6f22
								
							
						
					
					
						commit
						f36a791227
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
      }
 | 
			
		||||
    });
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue