diff options
author | Orangerot <purple@orangerot.dev> | 2025-01-13 10:17:29 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2025-01-13 10:17:29 +0100 |
commit | 782427b1c27f0bbc16f032f942f2a901694b3165 (patch) | |
tree | 2218d5b15a372aeeb0b29d1730eafe6695addea8 /style.css | |
parent | 0fb7c13d57cb0ab8a14610fea4de3e854c3d1a6b (diff) |
fix: add scroll-behavior on html tag
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ +html { + scroll-behavior: smooth; +} + body { margin: 0px; - scroll-behavior: smooth; padding-top: 100dvh; } |