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

Commit 5b8b377

Browse files
author
Georg Schmidl
committed
correct z-index syntax
1 parent 32f2f35 commit 5b8b377

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
@@ -587,7 +587,7 @@ $.TokenList = function (input, url_or_data, settings) {
587587
position: "absolute",
588588
top: $(token_list).offset().top + $(token_list).outerHeight(),
589589
left: $(token_list).offset().left,
590-
zindex: 999
590+
'z-index': 999
591591
})
592592
.show();
593593
}

0 commit comments

Comments
 (0)