diff --git a/source/01-global/html-elements/01-html/_html.scss b/source/01-global/html-elements/01-html/_html.scss index 7dbbebf..c2b179e 100644 --- a/source/01-global/html-elements/01-html/_html.scss +++ b/source/01-global/html-elements/01-html/_html.scss @@ -11,9 +11,6 @@ min-height: 100%; scroll-padding-top: var(--gesso-header-current-height, 0); text-size-adjust: 100%; - @media screen and (prefers-reduced-motion: no-preference) { - scroll-behavior: smooth; - } } @if ($wysiwyg) {