From: Mark Otto Date: Fri, 31 Jul 2020 11:29:01 +0000 (-0700) Subject: Remove overflow: hidden from toasts (#31381) X-Git-Tag: v5.0.0-alpha2~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bceb3e79d848a101e7aa5fc4b2020e681b1dfc3;p=thirdparty%2Fbootstrap.git Remove overflow: hidden from toasts (#31381) --- diff --git a/scss/_toasts.scss b/scss/_toasts.scss index a0b11c9f9d..4db51b6b04 100644 --- a/scss/_toasts.scss +++ b/scss/_toasts.scss @@ -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 {