Re: [css-flexbox] what overflow should be scrollable in flexbox?
Christian Biesinger <[email protected]>
| Newsgroups | gmane.comp.web.css.general |
|---|---|
| Message-ID | <CAPTJ0XG7atAmhdBjbsG2pao1SnuKojZF4kXX0DkMSW=i0vQ+rg@mail.gmail.com> |
ping? On Wed, May 11, 2016 at 11:21 PM, Christian Biesinger <[email protected]> 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) > > -Christian