web: improve scroll-to-top behavior

This commit is contained in:
2025-02-25 13:51:11 -08:00
parent 3c72929a4f
commit 0962a6b3cf
3 changed files with 27 additions and 11 deletions

View File

@@ -36,6 +36,7 @@ uuid = { version = "1.13.1", features = [
letterbox-shared = { version = "0.9.2", path = "../shared", registry = "xinu" }
letterbox-notmuch = { version = "0.9.2", path = "../notmuch", registry = "xinu" }
seed_hooks = { version = "0.4.0", registry = "xinu" }
strum_macros = "0.27.1"
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']