Skip to content

Commit

Permalink
fix(modal): spacing below scrolling content (#16223)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph committed Apr 26, 2024
1 parent c646236 commit 9c1dc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/scss/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@

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

// -----------------------------
Expand Down

0 comments on commit 9c1dc9c

Please sign in to comment.