- From: Joey Arhar via GitHub <noreply@w3.org>
- Date: Tue, 05 Aug 2025 18:33:30 +0000
- To: public-css-archive@w3.org
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