global: implement scroll to top
This commit is contained in:
parent
a7d68df9df
commit
3c671f30e9
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
|||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DotGothic16&family=VT323&display=swap">
|
||||
<link rel="stylesheet" href="/static/style.css" />
|
||||
<script src="/static/vendor/htmx.min.js"></script>
|
||||
<script>
|
||||
htmx.config.scrollIntoViewOnBoost = false;
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body hx-boost="true" hx-target="#content">
|
||||
|
|
@ -56,6 +59,7 @@
|
|||
document.body.addEventListener('htmx:afterSwap', () => {
|
||||
updateMiniplayerVisibility();
|
||||
updateNavState();
|
||||
window.scrollTo(0, 0);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue