From 963d2c6a01205879038f06fa0ccd36769af5d9e6 Mon Sep 17 00:00:00 2001 From: Danel Kungla Date: Wed, 8 Oct 2025 18:39:05 +0300 Subject: [PATCH] MED-174: sidebar h-screen class was breaking sticky menu --- packages/ui/src/makerkit/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ui/src/makerkit/page.tsx b/packages/ui/src/makerkit/page.tsx index d97dfac..b1278f0 100644 --- a/packages/ui/src/makerkit/page.tsx +++ b/packages/ui/src/makerkit/page.tsx @@ -37,7 +37,7 @@ function PageWithSidebar(props: PageProps) {
{MobileNavigation} @@ -71,7 +71,7 @@ function PageWithHeader(props: PageProps) { const { Navigation, Children, MobileNavigation } = getSlotsFromPage(props); return ( -
+