From 3fbd6f0d503d4077eefe1bbb26f2b30d11c6aea3 Mon Sep 17 00:00:00 2001 From: Zeno Kapitein Date: Wed, 3 Dec 2025 13:21:38 +0100 Subject: [PATCH] Hide empty Footer correctly (#3842) --- packages/gitbook/src/components/Footer/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitbook/src/components/Footer/Footer.tsx b/packages/gitbook/src/components/Footer/Footer.tsx index 27a64c0b8..e909bba3d 100644 --- a/packages/gitbook/src/components/Footer/Footer.tsx +++ b/packages/gitbook/src/components/Footer/Footer.tsx @@ -29,7 +29,7 @@ export function Footer(props: { context: GitBookSiteContext }) { className={tcls( 'border-tint-subtle border-t', // If the footer only contains a mode toggle, we only show it on smaller screens - mobileOnly ? '@7xl:hidden' : null + mobileOnly ? 'xl:hidden' : null )} >