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

Commit

Permalink
fix(menu): Add z-index to MDC Menu to correct stacking related issue (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
trimox authored and amsheehan committed May 11, 2017
1 parent 68e8bf6 commit 01c6ca5
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 @@ -39,6 +39,7 @@ $mdc-simple-menu-item-fade-duration: .3s;
overflow: hidden;
box-sizing: border-box;
will-change: transform, opacity;
z-index: 4;

@include mdc-elevation(2);

Expand Down

0 comments on commit 01c6ca5

Please sign in to comment.