Skip to content

Commit

Permalink
Set details overlay z-index to 111 (#1658)
Browse files Browse the repository at this point in the history
* Set details overlay z-index to 111

* Add a CHANGESET
  • Loading branch information
koddsson authored Oct 5, 2021
1 parent 12ff91c commit 0ed0307
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/shy-peas-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Increase the z-index value for the details dialog overlay.
2 changes: 1 addition & 1 deletion src/utilities/details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.details-overlay-dark[open] > summary::before {
z-index: 99;
z-index: 111;
background: var(--color-primer-canvas-backdrop);
}

Expand Down

0 comments on commit 0ed0307

Please sign in to comment.