From aef0e88d829b3e8d8d2d72f9e687faf8115d6ad4 Mon Sep 17 00:00:00 2001 From: daudix Date: Thu, 4 Apr 2024 02:18:15 +0300 Subject: [PATCH] Revert 2006d69bd4 since it broke "Go to Top" IMO this is more important than the reverted fix --- sass/_main.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/sass/_main.scss b/sass/_main.scss index 7a11d52..681eb75 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -5,7 +5,6 @@ } html { - overflow: hidden; // Disable scroll of html, scroll body instead scroll-behavior: smooth; // scrollbar-color: var(--primary-color) transparent; accent-color: var(--primary-color); @@ -31,7 +30,6 @@ body { background: var(--bg-color); height: 100vh; min-height: 100vh; - overflow: scroll; // Scroll body instead of html color: var(--fg-color); line-height: 1.6; font-family: var(--font-system);