1
0
mirror of synced 2025-02-04 06:09:23 +03:00

fixes cutoff for bottom option when selecting with keyboard

This commit is contained in:
romille 2014-09-11 17:45:59 -04:00
parent dc6b987def
commit 633d4e6b4b

View File

@ -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) { if (hb > rb) {
results.scrollTop(results.scrollTop() + (hb - rb)); results.scrollTop(results.scrollTop() + (hb - rb));
} }