From c45cd41e666d1a5cc8a0fc5be8d3ae42f6b0d78b Mon Sep 17 00:00:00 2001 From: doublethink <doublethink@255384.no-reply.drupal.org> Date: Thu, 21 Sep 2017 19:55:00 +0300 Subject: [PATCH] Issue #2910254: Moved panels ipe tray padding buttom by it's outer height. to be out of the body of the page at all time. --- themes/vartheme/js/script.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/vartheme/js/script.js b/themes/vartheme/js/script.js index 85345556..a51ae39a 100644 --- a/themes/vartheme/js/script.js +++ b/themes/vartheme/js/script.js @@ -9,6 +9,9 @@ Drupal.behaviors.vartheme = { attach: function (context) { // Vartheme JavaScript behaviors goes here. + + // Move panels ipe tray padding buttom by it's outer height. + $('#panels-ipe-tray').parent('body').css('padding-bottom', $('#panels-ipe-tray').outerHeight()); } }; -- GitLab