Re: [css-flexbox] what overflow should be scrollable in flexbox?
fantasai <[email protected]>
| Newsgroups | gmane.comp.web.css.general |
|---|---|
| Message-ID | <[email protected]> |
On 05/11/2016 05:21 PM, Christian Biesinger wrote:
> Hi all,
>
> consider this bug report:
> https://bugs.chromium.org/p/chromium/issues/detail?id=503483#makechanges
>
> This is a flex-end flexbox that overflows out of the top. Should the
> overflow be scrollable? More generally, in which cases should which
> overflow be scrollable for flexbox?
>
> We currently implement, basically, that the {row,column}-reverse
> options change in which direction the overflow is scrollable (but not
> wrap-reverse)
Here's the spec on this:
https://www.w3.org/TR/css-align-3/#overflow-scroll-position
~fantasai