React Compatible Flexbox Sticky Footer
Instructions:
- Add CSS from
index.css
into your project's stylesheet - In your app/public/index.html file, add
class="sfooter"
to<div id="root">
- In your src/index.js file, wrap all the markup that lives inside
and sits *above your footer* inside a
(See lines 31, 39 in index.js)