Revert "tokenize2, increase zIndexMargin"

This reverts commit 0da7b4f1d8e5e21a093b5af84a7b39564eec500f.
This commit is contained in:
Ad Schellevis 2018-08-07 19:04:18 +02:00
parent 0da7b4f1d8
commit 146cc63383

View File

@ -214,8 +214,7 @@ function formatTokenizersUI() {
sender.tokenize2({
'tokensAllowCustom': allownew,
'placeholder': hint,
'dropdownMaxItems': number_of_items,
'zIndexMargin': 1100
'dropdownMaxItems': number_of_items
});
sender.parent().find('ul.tokens-container').css("width", width);