From b0e1dad5ea3627206a9efa107680c91e20b2164a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 20 Feb 2026 11:27:58 +0100 Subject: [PATCH] fix(htmx): ensure window scrolls to top on navigation --- default.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.hbs b/default.hbs index 5f28b11..803e8f9 100644 --- a/default.hbs +++ b/default.hbs @@ -40,7 +40,7 @@ hx-boost="true" hx-target="#main-content" hx-select="#main-content" - hx-swap="innerHTML show:top" + hx-swap="innerHTML show:window:top" > {{!-- PERSISTENT SHELL: