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

Commit c21349a

Browse files
committed
Merge pull request #153 from vicox/master
Z-index is now working, syntax was not correct
2 parents 4ef6c21 + 5b8b377 commit c21349a

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
@@ -630,7 +630,7 @@ $.TokenList = function (input, url_or_data, settings) {
630630
position: "absolute",
631631
top: $(token_list).offset().top + $(token_list).outerHeight(),
632632
left: $(token_list).offset().left,
633-
zindex: 999
633+
'z-index': 999
634634
})
635635
.show();
636636
}

0 commit comments

Comments
 (0)