Skip to content

Commit f51a3f5

Browse files
committed
fix(actionsheet): fix md ripple on actionsheet
1 parent 6daa069 commit f51a3f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ionic/components/action-sheet/action-sheet.md.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ $action-sheet-md-icon-margin: 0 28px 0 0 !default;
3434
}
3535

3636
.action-sheet-button {
37+
position: relative;
3738
padding: $action-sheet-md-button-padding;
3839
min-height: $action-sheet-md-button-min-height;
3940
font-size: $action-sheet-md-button-font-size;
4041
color: $action-sheet-md-button-text-color;
4142
background: $action-sheet-md-button-background;
4243
text-align: $action-sheet-md-text-align;
44+
overflow: hidden;
4345

4446
&.activated {
4547
background: $action-sheet-md-button-background-activated;

0 commit comments

Comments
 (0)