From d42548e5d52e8c415fcae4d0e3d30ffc50fdd98d Mon Sep 17 00:00:00 2001 From: Mark Teekman Date: Tue, 26 Dec 2023 12:29:15 +0100 Subject: [PATCH 1/2] Make `z-index` larger on SkipLinks to accommodate for Tailwind utilities #73 --- SkipLinks.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SkipLinks.astro b/SkipLinks.astro index b207998..fab2df4 100644 --- a/SkipLinks.astro +++ b/SkipLinks.astro @@ -41,7 +41,7 @@ type Props = Record padding: 1rem 3.25rem; position: absolute; display: block; - z-index: 10; + z-index: 9999; top: -100vh; left: 0; } From 900fc3dd48c5f585b8ba614434a8ed4385991e35 Mon Sep 17 00:00:00 2001 From: Mark Teekman Date: Tue, 26 Dec 2023 12:29:24 +0100 Subject: [PATCH 2/2] Update version to 2.3.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3bff5d5..ba6f874 100644 --- a/package.json +++ b/package.json @@ -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",