diff --git a/scss/_toasts.scss b/scss/_toasts.scss index a0b11c9f9df9..4db51b6b04db 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 {