Added title to scroll to top button

This commit is contained in:
Chris Kankiewicz
2020-01-05 21:10:36 -07:00
parent c0e901a90a
commit 671367593b

View File

@@ -34,8 +34,8 @@
{% include 'components/footer.twig' %}
<a id="scroll-to-top"
onclick="window.scrollTo({ top: 0, left: 0, behavior: 'smooth' });"
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"
onclick="window.scrollTo({ top: 0, left: 0, behavior: 'smooth' });" title="Scroll to Top"
>
<i class="fas fa-arrow-up fa-lg"></i>
</a>