fixing footer to relative position
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 16 Dec 2015 14:50:05 +0000 (09:50 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 16 Dec 2015 14:50:05 +0000 (09:50 -0500)
css/app.css
scss/_page.footer.scss

index b133b02..a954af0 100644 (file)
@@ -7296,7 +7296,7 @@ input[type="submit"].blogbutton {
     transform: rotate(45deg); }
 
 footer#main {
-  position: absolute;
+  position: relative;
   left: 0;
   right: 0;
   bottom: 0;
index 10e67e7..aceaadc 100644 (file)
@@ -1,5 +1,5 @@
 footer#main {
-    position: absolute;
+    position: relative;
     left: 0;
     right: 0;
     bottom: 0;