CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

This module creates a back-to-top button on the bottom-right corner of your website. The button will initially be
invisible, but once the viewer scrolls down the button will appear. The webpage will scroll back up slowly once the
button is clicked. This comes in handy especially when you have a very long webpage, to keep users from doing the
tedious task of having to scroll all the way back up using their mouse scroll button.

What this module does is it adds a new div to your website with an i.d. of 'toTop'. You can add custom styling to
the button by accessing #toTop in your CSS stylesheet. To customize it you may need to add an '!important' rule
(without quoutes) next to your CSS attribute to override the modules default theme. For example, to change the
button's color you need to create a new color rule for the #toTop i.d. in your templates css stylesheet, then add
'!important' at the end to make sure it overrides all other CSS rules.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/back_2_top

 * To submit bug reports and feature suggestions, or track changes:
   https://www.drupal.org/project/issues/back_2_top


REQUIREMENTS
------------

No special requirements.


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module.
   See: https://www.drupal.org/node/895232 for further information.


CONFIGURATION
-------------

 * Navigate to the 'Block layout' page of your theme.
 * Place the 'Back-to-Top' block in the lowest region of your template, which is usually the Footer region.

MAINTAINERS
-----------

Current maintainers:
 * Joseph Bernadas (jbernadas) - https://www.drupal.org/u/jbernadas
