refactor(website): move back-to-top button into sticky table header

Replaces the fixed-position floating button with an inline button
inside the last column of the sticky table header. Removes the hidden
attribute toggle and float positioning in favour of opacity/pointer-
events toggling, keeping the visibility logic intact.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 02:28:16 +08:00
parent 818950f442
commit 49fafd3497
4 changed files with 12 additions and 30 deletions

View File

@@ -37,8 +37,6 @@
<main id="content">{% block content %}{% endblock %}</main>
<button class="back-to-top" aria-label="Back to top" hidden>&uarr; Top</button>
<footer class="footer">
<span
>Made by