mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
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:
@@ -37,8 +37,6 @@
|
||||
|
||||
<main id="content">{% block content %}{% endblock %}</main>
|
||||
|
||||
<button class="back-to-top" aria-label="Back to top" hidden>↑ Top</button>
|
||||
|
||||
<footer class="footer">
|
||||
<span
|
||||
>Made by
|
||||
|
||||
Reference in New Issue
Block a user