mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: remove z-index from sticky admin menu as its probably not needed (#9690)
This commit is contained in:
		
							parent
							
								
									b9a7c0cda6
								
							
						
					
					
						commit
						4344c94a90
					
				@ -99,7 +99,6 @@ const StyledMenuPaper = styled(Paper)(({ theme }) => ({
 | 
			
		||||
const StickyContainer = styled(Sticky)(({ theme }) => ({
 | 
			
		||||
    position: 'sticky',
 | 
			
		||||
    top: 0,
 | 
			
		||||
    zIndex: theme.zIndex.sticky,
 | 
			
		||||
    background: theme.palette.background.application,
 | 
			
		||||
    transition: 'padding 0.3s ease',
 | 
			
		||||
}));
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user