Skip to content
Snippets Groups Projects
Commit a10c4ad5 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

Merge branch 'hotfix/accessibility-focus' into 'dev'

no focus except firefox

See merge request web-et-numerique/llle_project/ecolyo!353
parents 36626180 c84f2806
No related branches found
No related tags found
1 merge request!353no focus except firefox
...@@ -34,7 +34,7 @@ export const App = () => { ...@@ -34,7 +34,7 @@ export const App = () => {
<TutorialWelcome open={!tutorial.isWelcomeSeen} /> <TutorialWelcome open={!tutorial.isWelcomeSeen} />
<Navbar /> <Navbar />
<Main> <Main>
<Content className="app-content" tabIndex="-1"> <Content className="app-content">
<Routes /> <Routes />
</Content> </Content>
</Main> </Main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment