select-overflow-x-ref.tentative.html (248B)
1 <!DOCTYPE html> 2 <style> 3 select { 4 width:30px; 5 height:20px; 6 } 7 select::part(button) { 8 background-color:blue; 9 } 10 </style> 11 <select> 12 <option> </option> 13 </select> 14 15 <style> 16 select, ::picker(select) { 17 appearance: base-select; 18 } 19 </style>