If your webpage is quite long, it’s helpful to provide users with an easy way to quickly scroll back to the top. Adding a “Scroll To Top” feature allows users to effortlessly return to the beginning of the page whenever they like. To set this up, simply insert the provided code at the bottom of your page, placing it anywhere within the <body>...</body>
section.
<div class="scroll-progress d-none"> <a href="" class="scroll-progress__link"> <span class="iconify fs-30" data-icon="iconamoon:arrow-up-2-thin"></span> <span class="scroll-progress__line scroll-progress__main"> <span id="scr-progress" class=""></span> </span> </a> </div>