Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 5d6acf5

Browse files
committed
Update jquery.tokeninput.js
1 parent 9d06bde commit 5d6acf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.tokeninput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ $.TokenList = function (input, url_or_data, settings) {
798798
dropdown
799799
.css({
800800
position: "absolute",
801-
top: token_list.offset().top + token_list.outerHeight(),
801+
top: token_list.offset().top + token_list.outerHeight(true),
802802
left: token_list.offset().left,
803803
width: token_list.width(),
804804
'z-index': $(input).data("settings").zindex

0 commit comments

Comments
 (0)