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

Commit a299ad6

Browse files
committed
Merge pull request #650 from joaofgf/joaofgf
Update jquery.tokeninput.js "update the outerHeight(true)"
2 parents 9d06bde + 5d6acf5 commit a299ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.tokeninput.js

+1-1
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)