Skip to content

Commit cc72777

Browse files
authored
Update _ripple.scss
1 parent c958e0b commit cc72777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/ripple/_ripple.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ $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 {
1920
overflow: visible;
20-
pointer-events: none;
2121
}
2222

2323
.md-ripple-background {

0 commit comments

Comments
 (0)