Minor fix
This commit is contained in:
parent
9f4fa49068
commit
8c08b9ccbb
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in New Issue