From 2ae8e14158b3a92f06e253e7f2f34f43e36377bd Mon Sep 17 00:00:00 2001 From: Giancarlo Buomprisco Date: Mon, 9 Jun 2025 19:16:50 +0700 Subject: [PATCH] Fix layout by removing unnecessary overflow-y-auto class from PageWithSidebar (#272) --- packages/ui/src/makerkit/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/makerkit/page.tsx b/packages/ui/src/makerkit/page.tsx index 5a33141f0..3e57af12f 100644 --- a/packages/ui/src/makerkit/page.tsx +++ b/packages/ui/src/makerkit/page.tsx @@ -41,14 +41,14 @@ function PageWithSidebar(props: PageProps) {
{MobileNavigation}
{Children}