From f17f0df1f48a37e6ce99022cc5e6a763445e70ca Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 14 Sep 2015 14:33:29 -0400 Subject: [PATCH] Added height to info tab to make up for padding --- footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footer.php b/footer.php index 5ca75d5..57c3b5c 100644 --- a/footer.php +++ b/footer.php @@ -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'); -- 2.17.1