Skip to content

Commit a52afe7

Browse files
authored
Increase z-index for .show-on-focus (#2168)
* Increase z-index for .show-on-focus * Adds changeset for this change
1 parent 9e72967 commit a52afe7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/short-kings-compete.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+
Increases z-index for .show-on-focus

src/utilities/visibility-display.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
clip: rect(1px, 1px, 1px, 1px);
116116

117117
&:focus {
118-
z-index: 20;
118+
z-index: 999;
119119
width: auto;
120120
height: auto;
121121
clip: auto;

0 commit comments

Comments
 (0)