From 77f3eaf6dc196daf43d94469d6ae5710e65de731 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 5 Sep 2024 12:49:55 -0400 Subject: [PATCH] Re-implemented skip to main content functionality - Added the "main-content" id to the Box div inside of Main. - Set the tabIndex to -1 for the Box div inside of Main. --- frontend/src/components/Layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index e9c8fc58..e3b89696 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -190,6 +190,8 @@ export const Layout: React.FC> = ({ setIsFilterDrawerOpen={setIsFilterDrawerOpen} />