Added height to info tab to make up for padding
authorLaury GvR <laury@gaslightmedia.com>
Mon, 14 Sep 2015 18:33:29 +0000 (14:33 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 14 Sep 2015 18:33:29 +0000 (14:33 -0400)
footer.php

index 5ca75d5..57c3b5c 100644 (file)
@@ -44,7 +44,7 @@
         var $blockquote = $('#extra');
         var width = 250;
         $("#extra").width(width);
-        var height = $blockquote.height();
+        var height = $blockquote.height()+30;
         var origPageHeight = $(".inner-wrap").height();
         $blockquote.attr('data-fullheight',height+'px');
         $blockquote.attr('data-fullwidth',width+'px');