scroll to top button for mobile

This commit is contained in:
2026-05-31 18:48:45 +02:00
parent 08cdada5bc
commit 994039370c
4 changed files with 23 additions and 1 deletions

View File

@@ -205,6 +205,7 @@
</div>
@endif
</div>
<button class="mobile-scroll-to-top" title="Back to top" aria-label="Scroll to top"><i class="fa-solid fa-chevron-up"></i></button>
<script id="initial-subscription" type="application/json">{{ isSubscribed }}</script>
</div>

View File

@@ -51,6 +51,8 @@
</span>
</div>
<button class="mobile-scroll-to-top" title="Back to top" aria-label="Scroll to top"><i class="fa-solid fa-chevron-up"></i></button>
</div>
{{-- MAIN CONTENT: media + navigation + metadata --}}