角度材质动画-matRipple:逸出div元素的边界

时间:2018-08-20 11:07:04

标签: html css angular angular5 angular-material2

我刚刚在我的div中添加了matRipple属性,例如:

errorTextView must not be null

ripple animation

红色边框是div元素的实际大小。如您所见,波纹动画会逃脱div元素的边界。 如何隐藏溢出的波纹动画? <div matRipple class='icon-wrapper'> ... </div> 没有任何作用。

2 个答案:

答案 0 :(得分:2)

<mat-option *ngFor="let language of filteredLanguages" [value]="language.value">

link to issue

答案 1 :(得分:0)

尝试

WPF