summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2025-01-13 10:17:29 +0100
committerOrangerot <purple@orangerot.dev>2025-01-13 10:17:29 +0100
commit782427b1c27f0bbc16f032f942f2a901694b3165 (patch)
tree2218d5b15a372aeeb0b29d1730eafe6695addea8 /style.css
parent0fb7c13d57cb0ab8a14610fea4de3e854c3d1a6b (diff)
fix: add scroll-behavior on html tag
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 4 insertions, 1 deletions
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;
}