FlexLayout icon indicating copy to clipboard operation
FlexLayout copied to clipboard

How do I tell it to be non-greedy ? i.e. take all the space

Open philippe-lavoie opened this issue 4 years ago • 1 comments

Great library, however, I'd like to embed the FlexLayout.Layout within normal components. Right now, something is setting the top to 0 for example, so the other elements I have on the page are being hidden behind the <FlexLayout.Layout/> element.

How do I solve this ?

philippe-lavoie avatar Feb 12 '20 15:02 philippe-lavoie

You can set the position of the parent to relative.

dynamed-dev avatar Feb 13 '20 20:02 dynamed-dev