Skip to content

Commit

Permalink
fix(modal): prevent overflow indicator from blocking interactive cont…
Browse files Browse the repository at this point in the history
…ent (#5816)
  • Loading branch information
emyarod committed Apr 7, 2020
1 parent 0a8cc1c commit 777e450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/modal/_modal.scss
Expand Up @@ -284,6 +284,7 @@
bottom: $spacing-09;
// Safari interprets `transparent` differently, so make color token value transparent instead:
background-image: linear-gradient(to bottom, rgba($ui-01, 0), $ui-01);
pointer-events: none;
}

.#{$prefix}--modal-content:focus
Expand Down

0 comments on commit 777e450

Please sign in to comment.