A "go to top" web widget extension for Yii2. (https://github.com/rowe/yii2-uitotop)
http://lab.mattvarone.com/projects/jquery/totop
Add to composer.json file with:
"rowe/yii2-uitotop": "dev-master"
Run
composer update
To update the dependence.
Put the code below at the view you want to show the go to top button.
<?= rowe\uitotop\UItoTopWidget::widget(); ?>