I've looked for solutions but I couldn't find any.
I have a select and few option, here's my example:
<select>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
I want it to look like this, not this, which is showing on mobile by default.
- Is it possible to do so?
- Is there any way to do this in CSS?