We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ff91c commit 0ed0307Copy full SHA for 0ed0307
.changeset/shy-peas-study.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Increase the z-index value for the details dialog overlay.
src/utilities/details.scss
@@ -14,7 +14,7 @@
14
}
15
16
.details-overlay-dark[open] > summary::before {
17
- z-index: 99;
+ z-index: 111;
18
background: var(--color-primer-canvas-backdrop);
19
20
0 commit comments