[csswg-drafts] [css-forms-1] Ensuring usable popups on short screens (#13521)

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-forms-1] Ensuring usable popups on short screens ==
@smfr pointed out that we should make sure that the `<select>` picker is usable on unexpectedly short screens. For example, a landscape-rotated phone.

Do we need to add something like the following?

```
::picker(select) {
    max-block-size: 100vb;
    overflow: auto;
}
```


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13521 using your GitHub account


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

Received on Wednesday, 18 February 2026 19:45:00 UTC