From 6c11f2da89910c80093d30fbec3ddbb85d3dd4ce Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Sun, 18 Oct 2020 19:25:57 +0100 Subject: [PATCH] Update global styles --- src/components/GlobalStyles.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/GlobalStyles.tsx b/src/components/GlobalStyles.tsx index 542d0ef..13da0e6 100644 --- a/src/components/GlobalStyles.tsx +++ b/src/components/GlobalStyles.tsx @@ -9,6 +9,7 @@ const GlobalStyles = createGlobalStyle` outline: none; font-family: 'Poppins'; color: #000000; + overflow: hidden; } `;