From 782427b1c27f0bbc16f032f942f2a901694b3165 Mon Sep 17 00:00:00 2001 From: Orangerot Date: Mon, 13 Jan 2025 10:17:29 +0100 Subject: [PATCH] fix: add scroll-behavior on html tag --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ba59bf6..ada5699 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,9 @@ +html { + scroll-behavior: smooth; +} + body { margin: 0px; - scroll-behavior: smooth; padding-top: 100dvh; }