From e13c79853f581069fc35185e896b8d6a39f90042 Mon Sep 17 00:00:00 2001 From: FredrikOseberg Date: Thu, 14 Aug 2025 16:13:31 +0200 Subject: [PATCH] fix: inline CSS after children --- website/docusaurus.config.ts | 1 + website/src/theme/Root.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 7082002332..da90381ac7 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -454,6 +454,7 @@ class="header-github-link" remarkPlugins: [[pluginNpm2Yarn, { sync: true }]], docItemComponent: '@theme/ApiItem', sidebarPath: './sidebars.ts', + breadcrumbs: false, }, theme: { customCss: require.resolve('./src/css/custom.css'), diff --git a/website/src/theme/Root.tsx b/website/src/theme/Root.tsx index 1effe1266a..34292a3228 100644 --- a/website/src/theme/Root.tsx +++ b/website/src/theme/Root.tsx @@ -142,11 +142,11 @@ export default function Root({ children }: { children: React.ReactNode }) { return ( <> + {children}