mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-02-20 21:38:53 -06:00
7 lines
289 B
PHP
7 lines
289 B
PHP
@if (app('scroller'))
|
|
<div class="scroll-to-top">
|
|
<div class="scroll-to-top-inner">
|
|
<a href="javascript:void(0);" onclick="document.querySelector('#scroller-top').scrollIntoView({behavior: 'smooth'});"><i class="fas fa-arrow-up fa-2x up-color"></i></a>
|
|
</div>
|
|
</div>
|
|
@endif |