Revert 2006d69bd4
since it broke "Go to Top"
IMO this is more important than the reverted fix
This commit is contained in:
@ -5,7 +5,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
overflow: hidden; // Disable scroll of html, scroll body instead
|
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
// scrollbar-color: var(--primary-color) transparent;
|
// scrollbar-color: var(--primary-color) transparent;
|
||||||
accent-color: var(--primary-color);
|
accent-color: var(--primary-color);
|
||||||
@ -31,7 +30,6 @@ body {
|
|||||||
background: var(--bg-color);
|
background: var(--bg-color);
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overflow: scroll; // Scroll body instead of html
|
|
||||||
color: var(--fg-color);
|
color: var(--fg-color);
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-family: var(--font-system);
|
font-family: var(--font-system);
|
||||||
|
Reference in New Issue
Block a user