mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: message banner zIndex (#5015)
After aligning with @nicolaesocaciu, this fixes the message banner zIndex. Co-authored-by: Nicolae <nicolae@getunleash.ai>
This commit is contained in:
		
							parent
							
								
									d30e059ffc
								
							
						
					
					
						commit
						5f6c17f4bd
					
				| @ -24,7 +24,7 @@ const StyledBar = styled('aside', { | ||||
|         fontSize: theme.fontSizes.smallBody, | ||||
|         ...(sticky && { | ||||
|             top: 0, | ||||
|             zIndex: theme.zIndex.sticky, | ||||
|             zIndex: theme.zIndex.sticky - 100, | ||||
|         }), | ||||
|     }), | ||||
| ); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user