Skip to content

Commit

Permalink
FIX: Set z-index on Skip Link (#64)
Browse files Browse the repository at this point in the history
closes #64
  • Loading branch information
dwhieb committed Jun 7, 2024
1 parent 61646ca commit bc8cc78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/main/components/skip-link/skip-link.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
margin: 1em;
position: absolute;
padding: var(--text-padding);
z-index: 1;

@media (prefers-color-scheme: dark) {
background-color: var(--off-black);
Expand Down

0 comments on commit bc8cc78

Please sign in to comment.