Added the floating focus package to the app, using the same method that was used in the Next app. The only difference is that we don't have an _app.tsx in the Docusaurus app, but adding this hook to the <Root> component seems to produce the same result.
Added the floating focus package to the app, using the same method that was used in the Next app. The only difference is that we don't have an
_app.tsx
in the Docusaurus app, but adding this hook to the<Root>
component seems to produce the same result.