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

Commit

Permalink
fix(menu): Menu opening animation shows scrollbar (#1513)
Browse files Browse the repository at this point in the history
Resolves #1387
  • Loading branch information
touficbatache authored and lynnmercier committed Nov 2, 2017
1 parent bb568a8 commit 94b712a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-menu/simple/mdc-simple-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ $mdc-simple-menu-item-fade-duration: .3s;

&--animating {
display: inline-block;
overflow-y: hidden;
transition: opacity $mdc-simple-menu-fade-duration $mdc-animation-deceleration-curve-timing-function;
}

Expand Down

0 comments on commit 94b712a

Please sign in to comment.