From 1a13383657f7616a760942db42e00d0086d2fe8f Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Thu, 25 Jan 2024 19:43:10 +0100 Subject: [PATCH] Scroll behavour + font loading disable --- HaWeb/Views/Shared/_Head.cshtml | 3 ++- HaWeb/wwwroot/css/shared.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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; }