From e0199b354e47a8778f1e6e5dbb0f1ca32cc6059a Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 6 Apr 2022 20:01:58 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/global.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/styles/global.css b/styles/global.css index bdcbcc5..7d04336 100644 --- a/styles/global.css +++ b/styles/global.css @@ -11,7 +11,6 @@ body, html { padding: 0; margin: 0; - scroll-behavior: smooth; } body { @@ -19,7 +18,6 @@ body { 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Noto Sans', sans-serif; font-family: var(--notion-font); - overflow-x: hidden; }