Fixing the tab disappearing when scrolling down.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 5 Nov 2015 14:55:18 +0000 (09:55 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 5 Nov 2015 14:55:18 +0000 (09:55 -0500)
js/app.js
js/custom/sticky-footer.js

index fe9987c..af2f87f 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -54,7 +54,7 @@ function get_footer_position() {
   }
   else if (bottom >= top_of_footer) {
       $("#connect").css('padding-bottom','53px');
-    return 'relative';
+    return 'fixed';
   }
   else if (bottom <= top_of_footer) {
       $("#connect").css('padding-bottom','0');
index 939fbf5..eecad84 100644 (file)
@@ -34,7 +34,7 @@ function get_footer_position() {
   }
   else if (bottom >= top_of_footer) {
       $("#connect").css('padding-bottom','53px');
-    return 'relative';
+    return 'fixed';
   }
   else if (bottom <= top_of_footer) {
       $("#connect").css('padding-bottom','0');