mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-01 18:03:29 +02:00
Fixed scroll to top button positioning
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<a id="scroll-to-top"
|
||||
class="flex justify-center items-center w-12 h-12 fixed bottom-0 right-0 rounded-full shadow-lg bg-blue-600 text-white cursor-pointer p-2 mx-10 my-6 hover:bg-blue-700 hidden"
|
||||
class="flex justify-center items-center w-12 h-12 fixed bottom-0 right-0 rounded-full shadow-lg bg-blue-600 text-white cursor-pointer p-2 m-10 hover:bg-blue-700 hidden"
|
||||
onclick="window.scrollTo({ top: 0, left: 0, behavior: 'smooth' });" title="Scroll to Top"
|
||||
>
|
||||
<i class="fas fa-arrow-up fa-lg"></i>
|
||||
|
Reference in New Issue
Block a user