diff --git a/HaWeb/Views/Shared/_Head.cshtml b/HaWeb/Views/Shared/_Head.cshtml index 6c55c9f..a2a7e84 100644 --- a/HaWeb/Views/Shared/_Head.cshtml +++ b/HaWeb/Views/Shared/_Head.cshtml @@ -12,10 +12,11 @@ @* Resources *@ +@* We do not preload the fonts since they are embedded in the css by vite - + *@ @* Styles *@ diff --git a/HaWeb/wwwroot/css/shared.css b/HaWeb/wwwroot/css/shared.css index 834515d..870092a 100644 --- a/HaWeb/wwwroot/css/shared.css +++ b/HaWeb/wwwroot/css/shared.css @@ -256,7 +256,7 @@ } * { - scroll-behavior: smooth; + scroll-behavior: auto; text-decoration-skip-ink: all; }