Skip to content

Commit

Permalink
correct z-index syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Schmidl committed Aug 12, 2011
1 parent 32f2f35 commit 5b8b377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.tokeninput.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ $.TokenList = function (input, url_or_data, settings) {
position: "absolute", position: "absolute",
top: $(token_list).offset().top + $(token_list).outerHeight(), top: $(token_list).offset().top + $(token_list).outerHeight(),
left: $(token_list).offset().left, left: $(token_list).offset().left,
zindex: 999 'z-index': 999
}) })
.show(); .show();
} }
Expand Down

0 comments on commit 5b8b377

Please sign in to comment.