Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
select {
width:100px;
}
</style>
<div>
<select>
<option> </option>
</select>
<style>
select, ::picker(select) {
appearance: base-select;
}
</style>