mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: command bar z-index (#9543)
This commit is contained in:
		
							parent
							
								
									85ea5ce5e2
								
							
						
					
					
						commit
						14512c73d6
					
				@ -37,7 +37,7 @@ export const CommandResultsPaper = styled(Paper)(({ theme }) => ({
 | 
				
			|||||||
    width: '100%',
 | 
					    width: '100%',
 | 
				
			||||||
    left: 0,
 | 
					    left: 0,
 | 
				
			||||||
    top: '39px',
 | 
					    top: '39px',
 | 
				
			||||||
    zIndex: 4,
 | 
					    zIndex: theme.zIndex.drawer,
 | 
				
			||||||
    borderTop: theme.spacing(0),
 | 
					    borderTop: theme.spacing(0),
 | 
				
			||||||
    padding: theme.spacing(1.5, 0, 1.5),
 | 
					    padding: theme.spacing(1.5, 0, 1.5),
 | 
				
			||||||
    borderRadius: 0,
 | 
					    borderRadius: 0,
 | 
				
			||||||
 | 
				
			|||||||
@ -12,7 +12,7 @@ const StyledPaper = styled(Paper)(({ theme }) => ({
 | 
				
			|||||||
    borderRadius: theme.shape.borderRadiusMedium,
 | 
					    borderRadius: theme.shape.borderRadiusMedium,
 | 
				
			||||||
    boxShadow: theme.boxShadows.popup,
 | 
					    boxShadow: theme.boxShadows.popup,
 | 
				
			||||||
    position: 'absolute',
 | 
					    position: 'absolute',
 | 
				
			||||||
    zIndex: 5000,
 | 
					    zIndex: theme.zIndex.snackbar,
 | 
				
			||||||
    right: -255,
 | 
					    right: -255,
 | 
				
			||||||
    minWidth: theme.spacing(80),
 | 
					    minWidth: theme.spacing(80),
 | 
				
			||||||
    [theme.breakpoints.down('md')]: {
 | 
					    [theme.breakpoints.down('md')]: {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user