feat: scroll top button

This commit is contained in:
2025-11-15 11:17:27 +01:00
parent 448fe54e82
commit 2c039ff661
3 changed files with 78 additions and 0 deletions

View File

@@ -75,6 +75,12 @@
<div id="toastContainer" class="toast-container"></div>
<button id="scrollToTopBtn" class="scroll-to-top-btn" title="Scroll to top">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M18 15l-6-6-6 6"/>
</svg>
</button>
<script src="app.js"></script>
</body>
</html>