diff --git a/jquery.nested.js b/jquery.nested.js index 773b79a..7bf25a5 100644 --- a/jquery.nested.js +++ b/jquery.nested.js @@ -383,7 +383,10 @@ if (!Object.keys) { var self = this; // set container height - this.box.css('height', this._setHeight($els)); + this.box.css({ + 'height': this._setHeight($els), + 'position': 'static' + }); $els.reverse(); var speed = this.options.animationOptions.speed; @@ -495,4 +498,4 @@ if (!Object.keys) { return this; } -})(jQuery); \ No newline at end of file +})(jQuery);