Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<div>
<select>
<option></option>
</select>
</div>
<style>
/* This is the only difference between the test and the reference: */
select {
width:100px;
}
div {
width:300px;
display:flex;
justify-content:flex-end;
}
select {
border-style:none;
background-color:rgba(0,0,0,0)
}
select, ::picker(select) {
appearance: base-select;
}
</style>