Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<style>
select, select::picker(select) {
appearance: base-select;
}
select::picker-icon {
display: none;
}
select {
width: 25px;
height: calc(max(1lh, 24px) + 1px);
}
</style>
<select></select>