@@ -1532,7 +1532,7 @@ the specific language governing permissions and limitations under the Apache Lic
}
- rb = results.offset().top + results.outerHeight(true);
+ rb = results.offset().top + results.outerHeight(false);
if (hb > rb) {
results.scrollTop(results.scrollTop() + (hb - rb));