From c84f2806bb8eda3f7e9d7f86fe7145f1b8db9ab0 Mon Sep 17 00:00:00 2001 From: Hugo <hnouts.dev@gmail.com> Date: Wed, 19 May 2021 14:46:22 +0200 Subject: [PATCH] no focus except firefox --- src/components/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App.tsx b/src/components/App.tsx index e1e250388..65a0e7b4f 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -34,7 +34,7 @@ export const App = () => { <TutorialWelcome open={!tutorial.isWelcomeSeen} /> <Navbar /> <Main> - <Content className="app-content" tabIndex="-1"> + <Content className="app-content"> <Routes /> </Content> </Main> -- GitLab