mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Remove overflow: hidden from toasts (#31381)
This commit is contained in:
		
							parent
							
								
									23c3806864
								
							
						
					
					
						commit
						2bceb3e79d
					
				| 
						 | 
					@ -1,6 +1,5 @@
 | 
				
			||||||
.toast {
 | 
					.toast {
 | 
				
			||||||
  max-width: $toast-max-width;
 | 
					  max-width: $toast-max-width;
 | 
				
			||||||
  overflow: hidden; // cheap rounded corners on nested items
 | 
					 | 
				
			||||||
  @include font-size($toast-font-size);
 | 
					  @include font-size($toast-font-size);
 | 
				
			||||||
  color: $toast-color;
 | 
					  color: $toast-color;
 | 
				
			||||||
  background-color: $toast-background-color;
 | 
					  background-color: $toast-background-color;
 | 
				
			||||||
| 
						 | 
					@ -36,6 +35,7 @@
 | 
				
			||||||
  background-color: $toast-header-background-color;
 | 
					  background-color: $toast-header-background-color;
 | 
				
			||||||
  background-clip: padding-box;
 | 
					  background-clip: padding-box;
 | 
				
			||||||
  border-bottom: $toast-border-width solid $toast-header-border-color;
 | 
					  border-bottom: $toast-border-width solid $toast-header-border-color;
 | 
				
			||||||
 | 
					  @include border-top-radius(subtract($toast-border-radius, $toast-border-width));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.toast-body {
 | 
					.toast-body {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue