Skip to content

Commit

Permalink
fix(modal): add padding to last child only when scrolling is true (#5267
Browse files Browse the repository at this point in the history
)
  • Loading branch information
abbeyhrt authored Feb 4, 2020
1 parent d70cc4d commit a242474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
}

// Required so overflow-indicator disappears at end of content
.#{$prefix}--modal-content > *:last-child {
.#{$prefix}--modal-scroll-content > *:last-child {
padding-bottom: $spacing-07;
}

Expand Down

0 comments on commit a242474

Please sign in to comment.