Skip to content

Commit

Permalink
fix(fab): Add overflow: visible to make touch target visible in… (#5241)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyzhong authored Nov 8, 2019
1 parent af1fc59 commit 5850080
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/mdc-fab/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ $mdc-fab-icon-enter-duration_: 180ms;
user-select: none;
-moz-appearance: none;
-webkit-appearance: none;
// Even though `visible` is the default, IE 11 computes the property as
// `hidden` in some cases, unless it's explicitly defined here.
overflow: visible;
}

@include mdc-feature-targets($feat-animation) {
Expand Down

0 comments on commit 5850080

Please sign in to comment.