From: XhmikosR Date: Mon, 3 Aug 2020 16:13:32 +0000 (+0300) Subject: Remove overflow: hidden from toasts (#31381) (#31407) X-Git-Tag: v4.5.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30d375b33f0f4643e4131d5a851385edc5f4ca60;p=thirdparty%2Fbootstrap.git Remove overflow: hidden from toasts (#31381) (#31407) Co-authored-by: Mark Otto --- diff --git a/scss/_toasts.scss b/scss/_toasts.scss index 5967a7a884..f9ca8d91cd 100644 --- a/scss/_toasts.scss +++ b/scss/_toasts.scss @@ -3,7 +3,6 @@ // See https://github.com/twbs/bootstrap/issues/28341 flex-basis: $toast-max-width; 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; @@ -39,6 +38,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 {