Skip to content

Commit

Permalink
fix(button): hide overflow of buttons to prevent overflow of hover/ri…
Browse files Browse the repository at this point in the history
…pple (angular#9424)
  • Loading branch information
josephperrott authored and tinayuangao committed Mar 1, 2018
1 parent 981c9a9 commit 915a2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/button/_button-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ $mat-mini-fab-padding: 8px !default;
// Applies base styles to all button types.
@mixin mat-button-base {
box-sizing: border-box;
overflow: hidden;
position: relative;

// Reset browser <button> styles.
Expand Down

0 comments on commit 915a2b7

Please sign in to comment.