我正试图在这样的select
标签中显示表情符号:
<div>
This is stuff <select>
<option>Something </option>
<option>Another thing</option>
</select>
</div>
问题是,至少在macOS上,当我选择含表情符号的选项时:
这是一个小提琴:https://jsfiddle.net/dpgfa1ek/1/
这就是它的样子(注意向上和向下移动):
如何防止这种转变?最好,我想要一个只有CSS的解决方案,但如果我必须做JS,我可以。