Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(menu-surface): Remove overflow hidden during menu-surface animati…
Browse files Browse the repository at this point in the history
…on. (#3358)
  • Loading branch information
williamernest authored Aug 15, 2018
1 parent e7bb4fa commit 951a3ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/mdc-menu-surface/mdc-menu-surface.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
opacity $mdc-menu-surface-fade-in-duration linear,
transform $mdc-menu-surface-scale-duration $mdc-animation-deceleration-curve-timing-function;
opacity: 0;
overflow-y: hidden;
}

&--open {
Expand All @@ -67,7 +66,6 @@
display: inline-block;
transition: opacity $mdc-menu-surface-fade-out-duration linear;
opacity: 0;
overflow-y: hidden;
}
}

Expand Down

0 comments on commit 951a3ae

Please sign in to comment.