Fixed scroll to top button positioning

This commit is contained in:
Chris Kankiewicz
2020-01-16 12:07:16 -07:00
parent d035409c18
commit 69d551b83c

View File

@@ -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>