Skip to content

Commit

Permalink
Fix hx-boost scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolat committed Sep 8, 2024
1 parent 36e2ed3 commit 87189c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/view/web/layout/dashboard_aside.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func dashboardAside() gomponents.Node {
html.Div(
htmx.HxBoost("true"),
htmx.HxTarget("#dashboard-main"),
htmx.HxSwap("transition:true"),
htmx.HxSwap("transition:true show:unset"),
html.Class("mt-6 space-y-4"),

dashboardAsideItem(
Expand Down

0 comments on commit 87189c5

Please sign in to comment.