Skip to content

Commit f91ea21

Browse files
authored
fix(ripple): disable pointer events on ripple (#1623)
1 parent 065469a commit f91ea21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/core/ripple/_ripple.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ $md-ripple-foreground-default-color: rgba(0, 0, 0, 0.0588);
1313
// "relative" so that the ripple divs it creates inside itself are correctly positioned.
1414
[md-ripple] {
1515
overflow: hidden;
16+
pointer-events: none;
1617
}
1718

1819
[md-ripple].md-ripple-unbounded {

0 commit comments

Comments
 (0)