Re: [csswg-drafts] [css-forms-1] UA styles for base appearance listbox select elements (#12510)

In order to incorporate the last comment's suggestions, here are my new proposed styles for list box selects:
```css
select {
  overflow-inline: auto;
  overflow-block: auto;
  field-sizing: content;
  display: inline-block;
  box-sizing: border-box;
  user-select: none;
}
```
I'm open to suggestions for the display value, I'm not sure if anyone had a specific suggestion.

-- 
GitHub Notification of comment by josepharhar
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12510#issuecomment-3156186974 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 5 August 2025 18:33:31 UTC