Adjust z-index for floating labels (#3939)
This commit is contained in:
		
							parent
							
								
									253a2d636b
								
							
						
					
					
						commit
						91b3615219
					
				
					 2 changed files with 13 additions and 1 deletions
				
			
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -152,6 +152,10 @@ pre, code { | |||
|         } | ||||
|     } | ||||
| 
 | ||||
|     &.floating.label { | ||||
|         z-index: 10; | ||||
|     } | ||||
| 
 | ||||
|     &.menu, | ||||
|     &.vertical.menu, | ||||
|     &.segment { | ||||
|  | @ -167,6 +171,14 @@ pre, code { | |||
|         font-size: .92857143rem; | ||||
|     } | ||||
| 
 | ||||
|     &.dropdown .menu>.item>.floating.label { | ||||
|         z-index: 11; | ||||
|     } | ||||
| 
 | ||||
|     &.dropdown .menu .menu>.item>.floating.label { | ||||
|         z-index: 21; | ||||
|     } | ||||
| 
 | ||||
|     .text { | ||||
|         &.red { | ||||
|             color: #d95c5c !important; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue