From 381936dc990e70f68a67a674be32eb830d496298 Mon Sep 17 00:00:00 2001 From: Hugo Lopes Date: Thu, 28 Jan 2021 14:57:32 +0000 Subject: [PATCH] Fix the body scroll when the sidebar is open --- components/common/Layout/Layout.tsx | 8 ++++---- components/ui/context.tsx | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components/common/Layout/Layout.tsx b/components/common/Layout/Layout.tsx index ff8467a23..375473c04 100644 --- a/components/common/Layout/Layout.tsx +++ b/components/common/Layout/Layout.tsx @@ -61,16 +61,16 @@ const Layout: FC = ({ children, pageProps }) => {
{children}