Skip to content

Commit 8e577bf

Browse files
committed
fix(button): hide overflow of buttons to prevent overflow of hover/ripple
1 parent ac244d9 commit 8e577bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/button/_button-base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $mat-mini-fab-padding: 8px !default;
2828
// Applies base styles to all button types.
2929
%mat-button-base {
3030
box-sizing: border-box;
31+
overflow: hidden;
3132
position: relative;
3233

3334
// Reset browser <button> styles.

0 commit comments

Comments
 (0)