From 8c08b9ccbbd52b79cdaa1ce2b2e48da832f2a038 Mon Sep 17 00:00:00 2001 From: alekseybobkov Date: Sun, 7 Sep 2014 12:59:08 -0700 Subject: [PATCH] Minor fix --- modules/backend/assets/js/october.sidepaneltab.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/backend/assets/js/october.sidepaneltab.js b/modules/backend/assets/js/october.sidepaneltab.js index f172e15f7..e5f2d87e4 100644 --- a/modules/backend/assets/js/october.sidepaneltab.js +++ b/modules/backend/assets/js/october.sidepaneltab.js @@ -115,9 +115,9 @@ } SidePanelTab.prototype.updatePanelPosition = function() { - if (!this.panelFixed()) + if (!this.panelFixed() || Modernizr.touch) this.$el.height($(document).height() - this.mainNavHeight) - else + else this.$el.css('height', '') if (this.panelVisible && $(window).width() > this.options.breakpoint && this.panelFixed())