Skip to content

Commit

Permalink
Fixed z-indexing issue while dialogs are open
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Jun 29, 2016
1 parent 4ebfada commit 47dc1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebComponents/Menu/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
width: var(--theme-h5);
background-color: transparent;
cursor: ew-resize;
z-index: 9999;
z-index: 99;
opacity: 0.5;
transform: translateX(calc(var(--theme-h5) / 2));
}
Expand Down

0 comments on commit 47dc1d6

Please sign in to comment.