mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 01:47:35 +03:00 
			
		
		
		
	Merge pull request #671 from davideberlein/fix-checkbox-zindex
Fix z-index issues with tooltips in .checkbox
This commit is contained in:
		
						commit
						e8c47fbbde
					
				| 
						 | 
					@ -2,7 +2,6 @@
 | 
				
			||||||
  padding-top: 20px;
 | 
					  padding-top: 20px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.checkbox {
 | 
					.checkbox {
 | 
				
			||||||
  transform: translateZ(0); // Force 3d rendering
 | 
					 | 
				
			||||||
  label {
 | 
					  label {
 | 
				
			||||||
    cursor: pointer;
 | 
					    cursor: pointer;
 | 
				
			||||||
    padding-left: 0; // Reset for Bootstrap rule
 | 
					    padding-left: 0; // Reset for Bootstrap rule
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user