Skip to content

Commit

Permalink
fix(ripple) Apply Safari workaround for incorrect ripple overflow, see
Browse files Browse the repository at this point in the history
  • Loading branch information
material-web-copybara authored and copybara-github committed Dec 17, 2022
1 parent 753a03b commit 6b74925
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ripple/lib/_ripple.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
inset: 0;
pointer-events: none;
overflow: hidden;
// TODO(https://bugs.webkit.org/show_bug.cgi?id=247546)
// Remove Safari workaround for incorrect ripple overflow when addressed.
transform: scale(1);
}

.md3-ripple-surface {
Expand Down

0 comments on commit 6b74925

Please sign in to comment.