Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<link rel="match" href="min-size-empty-001-ref2.html">
<style>
select, select::picker(select) {
appearance: base-select;
}
select::picker-icon {
display: none;
}
select {
width: 24px;
height: max(1lh, 24px);
}
</style>
<select></select>