From 67ac9e075f0ca1cfe7e4766d9168815d7ab600fa Mon Sep 17 00:00:00 2001 From: sct Date: Sun, 3 Jan 2021 13:50:28 +0000 Subject: [PATCH] fix(frontend): fix sliders overflowing on firefox fixes #566 --- src/components/Layout/index.tsx | 27 ++++++++++++--------------- src/components/Slider/index.tsx | 10 +++++----- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/src/components/Layout/index.tsx b/src/components/Layout/index.tsx index 63845e305..0cf00bb89 100644 --- a/src/components/Layout/index.tsx +++ b/src/components/Layout/index.tsx @@ -18,18 +18,18 @@ const Layout: React.FC = ({ children }) => { const router = useRouter(); return ( -
+
setSidebarOpen(false)} /> -
-