Skip to content

Commit

Permalink
Merge pull request #74 from markteekman/feature/skip-links-z-index
Browse files Browse the repository at this point in the history
Feature/skip links z index
  • Loading branch information
markteekman committed Dec 26, 2023
2 parents ea8f242 + 900fc3d commit 121097b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SkipLinks.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type Props = Record<string, never>
padding: 1rem 3.25rem;
position: absolute;
display: block;
z-index: 10;
z-index: 9999;
top: -100vh;
left: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "accessible-astro-components",
"description": "A set of Accessible, easy to use, Front-end UI Components for Astro.",
"version": "2.3.2",
"version": "2.3.3",
"author": "Mark Teekman",
"homepage": "https://accessible-astro.netlify.app/accessible-components/",
"type": "module",
Expand Down

0 comments on commit 121097b

Please sign in to comment.