mirror of https://github.com/twbs/bootstrap.git
				
				
				
			fix overflow on .collapse.in to enable dropdowns within an open collapse
This commit is contained in:
		
							parent
							
								
									ac7f571e53
								
							
						
					
					
						commit
						0090fa1a6e
					
				
										
											Binary file not shown.
										
									
								
							|  | @ -1928,6 +1928,7 @@ table .span24 { | |||
| } | ||||
| .collapse.in { | ||||
|   height: auto; | ||||
|   overflow: visible; | ||||
| } | ||||
| .close { | ||||
|   float: right; | ||||
|  |  | |||
|  | @ -14,5 +14,8 @@ | |||
|   position:relative; | ||||
|   overflow:hidden; | ||||
|   height: 0; | ||||
|   &.in { height: auto; } | ||||
|   &.in { | ||||
|     height: auto; | ||||
|     overflow: visible; | ||||
|   } | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue