feat: add smooth scroll
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-12 16:15:13 +01:00
parent 13e6fa474d
commit 955946d623
3 changed files with 62 additions and 10 deletions

View File

@@ -20,6 +20,10 @@ cfg-if.workspace = true
thiserror.workspace = true
reqwest = { version = "0.12.11", optional = true, features = ["json"] }
serde_json = { version = "1.0.134", optional = true }
web-sys = { version = "0.3.76", features = [
"ScrollBehavior",
"ScrollToOptions",
] }
[features]
default = []