1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

Remove overflow: hidden from toasts (#31381)

This commit is contained in:
Mark Otto
2020-07-31 04:29:01 -07:00
committed by GitHub
parent 23c3806864
commit 2bceb3e79d

View File

@@ -1,6 +1,5 @@
.toast {
max-width: $toast-max-width;
overflow: hidden; // cheap rounded corners on nested items
@include font-size($toast-font-size);
color: $toast-color;
background-color: $toast-background-color;
@@ -36,6 +35,7 @@
background-color: $toast-header-background-color;
background-clip: padding-box;
border-bottom: $toast-border-width solid $toast-header-border-color;
@include border-top-radius(subtract($toast-border-radius, $toast-border-width));
}
.toast-body {