diff --git a/src/components/App.js b/src/components/App.js
index e861cc29466a11c56e1425ae3dad41f43efebd33..5a8552eb54d35506b62fc8719d5fd16ac9a4c5f7 100644
--- a/src/components/App.js
+++ b/src/components/App.js
@@ -13,7 +13,7 @@ const App = () => (
     </main>
     <footer
       id="footer"
-      style={{ position: 'absolute', width: '100%', bottom: '0' }}
+      style={{ width: '100%', bottom: '0' }}
     >
       <Footer />
     </footer>