From 351523040aa6672bee21194c0e370ff425fd8a5b Mon Sep 17 00:00:00 2001 From: DEV <121149738+Devmoni@users.noreply.github.com> Date: Sun, 29 Dec 2024 21:59:22 +0530 Subject: [PATCH] Update the Back to Top button behavior. (#605) The button now appears when the user has scrolled 30% down the page. Previously, it was only visible in the footer. --- _includes/footer.html | 33 ++++++++++++++++++++++----------- css/custom.css | 18 +++++++++++++++++- 2 files changed, 39 insertions(+), 12 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index fda5b4dc..5d0946b2 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,12 @@