From d76fadd6e8117fbcf331d6c18baffce67f12a637 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sun, 22 Feb 2026 13:05:36 +0100 Subject: [PATCH] feat: Improve mobile menu accessibility with `inert` attribute and enhance skip link styling and focus behavior. --- components/Header.tsx | 1 + components/SkipLink.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/Header.tsx b/components/Header.tsx index 8d4f61f5..8a9cada3 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -293,6 +293,7 @@ export default function Header() { aria-modal="true" aria-label={t('menu')} ref={mobileMenuRef} + inert={isMobileMenuOpen ? undefined : true} >