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; }