Skip to content

Commit

Permalink
fix: remove modal popup example css
Browse files Browse the repository at this point in the history
  • Loading branch information
preetibansalui committed Jun 10, 2024
1 parent fc5e639 commit bae24bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/styles/scss/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -361,11 +361,6 @@
linear-gradient(to top, $layer 0, 2px, transparent 2px);
}

//removing mask image in case we have dropdown in modal
.#{$prefix}--modal-scroll-content:has(.#{$prefix}--dropdown--autoalign) {
mask-image: none;
}

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

0 comments on commit bae24bf

Please sign in to comment.