diff --git a/src/js/nice-select2.js b/src/js/nice-select2.js index 0603f01..004c5fe 100644 --- a/src/js/nice-select2.js +++ b/src/js/nice-select2.js @@ -102,6 +102,7 @@ NiceSelect.prototype.create = function() { this.el.style.width = "0"; this.el.style.padding = "0"; this.el.style.height = "0"; + this.el.style.fontSize = "0"; if (this.data) { this.processData(this.data); } else {