Revert 2006d69bd4 since it broke "Go to Top"

IMO this is more important than the reverted fix
This commit is contained in:
daudix
2024-04-04 02:18:15 +03:00
parent 5e6693e3d6
commit aef0e88d82

View File

@ -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);