Skip to content

Commit

Permalink
Different z-index for dialog and menu
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Jun 18, 2018
1 parent 0a11a2d commit 511834e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/primer-utilities/lib/details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
right: 0;
bottom: 0;
left: 0;
z-index: 99;
z-index: 80;
display: block;
cursor: default;
content: " ";
background: transparent;
}

.details-overlay-dark[open] > summary::before {
z-index: 99;
background: $black-fade-50;
}

0 comments on commit 511834e

Please sign in to comment.