Skip to content

Commit

Permalink
[docs-infra] Fix axe issue scroll-to-top without landmark (#43663)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Sep 9, 2024
1 parent b734f95 commit c150dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/AppLayoutDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ export default function AppLayoutDocs(props) {
<AppLayoutDocsFooter tableOfContents={toc} location={location} />
</StyledAppContainer>
{disableToc ? null : <AppTableOfContents toc={toc} />}
<BackToTop />
</Main>
</AdManager>
<BackToTop />
</Layout>
);
}
Expand Down

0 comments on commit c150dad

Please sign in to comment.