From 445d957b74407ac02ea53cd8efc9ce1e6c628c63 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 4 Sep 2013 07:54:13 +0000 Subject: [PATCH] --- js/libs/fluidbook/fluidbook.help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.help.js b/js/libs/fluidbook/fluidbook.help.js index efa039f8..b498efdb 100644 --- a/js/libs/fluidbook/fluidbook.help.js +++ b/js/libs/fluidbook/fluidbook.help.js @@ -225,7 +225,7 @@ FluidbookHelp.prototype = { preserve: true }); - this.view.find('.illustration').css('margin-top', (this.view.height() - 400 * interfaceScale) / 2); + this.view.find('.illustration').css('margin-top', (hh - 400 * interfaceScale) / 2); }, clearTimeout: function() { clearTimeout(this.autoTimeout); -- 2.39.5