From 42e1d9adac7af627012673f3fce9e2e74271078a Mon Sep 17 00:00:00 2001 From: Hugo Lopes Date: Fri, 29 Jan 2021 14:26:12 +0000 Subject: [PATCH] Fix the body scroll when the sidebar is open (#184) * Fix typo in the Marquee component (#176) Co-authored-by: Hugo Lopes * Fix the body scroll when the sidebar is open Co-authored-by: Hugo Lopes --- 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}