Skip to content

Commit e8a047f

Browse files
authored
Merge branch 'main' into rename_color_blind_themes
2 parents 6e0c9b6 + 0ed0307 commit e8a047f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/shy-peas-study.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

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

0 commit comments

Comments
 (0)