Skip to content

Commit c826174

Browse files
authored
Revert "fix(button): hide overflow of buttons to prevent overflow of hover/ripple (#9424)" (#10204)
This reverts commit 915a2b7.
1 parent 915a2b7 commit c826174

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/button/_button-base.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ $mat-mini-fab-padding: 8px !default;
3434
// Applies base styles to all button types.
3535
@mixin mat-button-base {
3636
box-sizing: border-box;
37-
overflow: hidden;
3837
position: relative;
3938

4039
// Reset browser <button> styles.

0 commit comments

Comments
 (0)