Skip to content

Commit 996b091

Browse files
authored
fix(ripple): Add overflow: hidden; to the bounded ripple mixin (material-components#5173)
1 parent d7c938a commit 996b091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mdc-ripple/_mixins.scss

+1
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@
392392
left: calc(50% - #{$radius});
393393
width: $radius * 2;
394394
height: $radius * 2;
395+
overflow: hidden;
395396
}
396397
}
397398

0 commit comments

Comments
 (0)