From d425df66a6a7a00f3012c2727db1e3264516c6b0 Mon Sep 17 00:00:00 2001 From: Michael Caxias <79621661+michaelcaxias@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:47:10 -0300 Subject: [PATCH] Update global.js --- src/styles/global.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/global.js b/src/styles/global.js index 3c2582a..480c2ee 100644 --- a/src/styles/global.js +++ b/src/styles/global.js @@ -11,6 +11,7 @@ export default createGlobalStyle` body, html { font-family: 'Heebo', 'sans-serif'; scroll-behavior: smooth; + overflow-x: hidden; } ::-webkit-scrollbar {