Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Overflow a Flexbox?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43772
    stonedge
    Member

    Is it possible to have an element inside a flexbox overflow the bounds of that fexbox?

    See my example at: http://codepen.io/kenstone/pen/iorDc

    What I’m looking for is that the contents of the middle box flow outside the bounds of the middle box into the space under the box on the right.

    #130215
    Paulie_D
    Member

    CSS regions is what you are looking for but there is **very** limited browser support.

    http://caniuse.com/css-regions

    You might be able to fake something with columns but again, support isn’t super-deep.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.