Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-08-03 19:13:32 +0300
committerGitHub <noreply@github.com>2020-08-03 19:13:32 +0300
commit30d375b33f0f4643e4131d5a851385edc5f4ca60 (patch)
treebcef3329c14c338d78c94dea0243cfd242cc1978
parent6879a3c51df113b51eff476e0b755096aea8c5e7 (diff)
Remove overflow: hidden from toasts (#31381) (#31407)
Co-authored-by: Mark Otto <markd.otto@gmail.com>
-rw-r--r--scss/_toasts.scss2
1 files changed, 1 insertions, 1 deletions
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 {