Add scroll-to-top button

Fixed button in bottom-right corner appears after scrolling 300px,
fades in with slide-up animation, smooth-scrolls to page top on click.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 12:06:08 +03:00
parent 3915573514
commit 1559440a21
3 changed files with 53 additions and 0 deletions

View File

@@ -152,6 +152,10 @@
</footer>
</div>
<button id="scroll-to-top" class="scroll-to-top" onclick="window.scrollTo({top:0,behavior:'smooth'})" aria-label="Scroll to top">
<svg class="icon" viewBox="0 0 24 24"><path d="m18 15-6-6-6 6"/></svg>
</button>
<div id="toast" class="toast"></div>
{% include 'modals/calibration.html' %}