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

Commit 01c6ca5

Browse files
trimoxamsheehan
authored andcommitted
fix(menu): Add z-index to MDC Menu to correct stacking related issue (#615)
1 parent 68e8bf6 commit 01c6ca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mdc-menu/simple/mdc-simple-menu.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ $mdc-simple-menu-item-fade-duration: .3s;
3939
overflow: hidden;
4040
box-sizing: border-box;
4141
will-change: transform, opacity;
42+
z-index: 4;
4243

4344
@include mdc-elevation(2);
4445

0 commit comments

Comments
 (0)