aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ScrollToTop.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Shows Pointer On Scroll ButtonGravatar Hassan Abouelela2021-01-17-0/+2
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Polyfills Smooth ScrollGravatar Hassan Abouelela2021-01-16-0/+3
| | | | | | Pollyfills smooth scroll on the scroll to top button. Signed-off-by: Hassan Abouelela <[email protected]>
* Breaks Up CSS Into ComponentsGravatar Hassan Abouelela2021-01-06-1/+2
| | | | | | | | Moves the styles from the CSS file, into emotion CSS in each component's file to make navigation easier, and keep CSS and JSX together.Drops raw-loader dependency. Signed-off-by: Hassan Abouelela <[email protected]>
* Implements Scroll ButtonGravatar Hassan Abouelela2021-01-06-0/+87
Adds a scroll to top button to the landing page, and form pages to make navigation easier on long pages. Signed-off-by: Hassan Abouelela <[email protected]>