From 262af1d557a1de6e80ad3745b55e0702e26919c7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 31 Jul 2020 04:29:01 -0700 Subject: [PATCH] Remove overflow: hidden from toasts (#31381) --- scss/_toasts.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_toasts.scss b/scss/_toasts.scss index 5967a7a88414..f9ca8d91cd30 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 {