Skip to content

Commit

Permalink
Remove overflow: hidden from toasts (#31381) (#31407)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Otto <markd.otto@gmail.com>
  • Loading branch information
XhmikosR and mdo committed Aug 3, 2020
1 parent 6879a3c commit 30d375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_toasts.scss
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 30d375b

Please sign in to comment.