Skip to content

Commit

Permalink
Merge pull request #501 from primer/muan/zindex
Browse files Browse the repository at this point in the history
Set different z-index for .details-overlay
  • Loading branch information
shawnbot authored Jun 18, 2018
2 parents 0a11a2d + 511834e commit c5d2eda
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 c5d2eda

Please sign in to comment.