diff --git a/etemplate/js/et2_extension_nextmatch_dynheight.js b/etemplate/js/et2_extension_nextmatch_dynheight.js index c2e7d1f7a6..4d389737a3 100644 --- a/etemplate/js/et2_extension_nextmatch_dynheight.js +++ b/etemplate/js/et2_extension_nextmatch_dynheight.js @@ -128,7 +128,7 @@ var et2_dynheight = Class.extend({ $j(_node).children().each(function() { var $this = $j(this); var top = $this.offset().top; - if (this != self.innerNode[0] && top > _bottom) + if (this != self.innerNode[0] && top >= _bottom) { self.bottomNodes.push($this); }