Skip to content

Commit

Permalink
Remove overflow: hidden from toasts (twbs#31381)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored and olsza committed Oct 3, 2020
1 parent 8be0f0e commit c3fa5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit c3fa5be

Please sign in to comment.