We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065469a commit f91ea21Copy full SHA for f91ea21
src/lib/core/ripple/_ripple.scss
@@ -13,6 +13,7 @@ $md-ripple-foreground-default-color: rgba(0, 0, 0, 0.0588);
13
// "relative" so that the ripple divs it creates inside itself are correctly positioned.
14
[md-ripple] {
15
overflow: hidden;
16
+ pointer-events: none;
17
}
18
19
[md-ripple].md-ripple-unbounded {
0 commit comments