Skip to content

Commit

Permalink
Increase z-index for .show-on-focus (#2168)
Browse files Browse the repository at this point in the history
* Increase z-index for .show-on-focus

* Adds changeset for this change
  • Loading branch information
owenniblock committed Jul 25, 2022
1 parent 9e72967 commit a52afe7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/short-kings-compete.md
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Increases z-index for .show-on-focus
2 changes: 1 addition & 1 deletion src/utilities/visibility-display.scss
Expand Up @@ -115,7 +115,7 @@
clip: rect(1px, 1px, 1px, 1px);

&:focus {
z-index: 20;
z-index: 999;
width: auto;
height: auto;
clip: auto;
Expand Down

0 comments on commit a52afe7

Please sign in to comment.