Revert smooth scroll on html

Scrolls back to top with animation when changing page
This commit is contained in:
2022-06-13 15:59:57 +02:00
parent 157b50f36c
commit d90152a928

View File

@@ -15,7 +15,6 @@ html {
color: #fff; color: #fff;
min-width: 320px; min-width: 320px;
word-break: normal; word-break: normal;
scroll-behavior: smooth;
} }
body { body {
@include font-smooth; @include font-smooth;