Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

fxFlex: is not configuring min-height properly for 'column' layouts. #162

Closed
@ThomasBurleson

Description

@ThomasBurleson

For <div fxLayout="column" fxFlex> the min-height is not configured properly and the UX is rendered as:

screen shot 2017-02-06 at 10 17 17 pm

With inline styles of

<div fxLayout="column" 
          fxFlex
          style="flex: 1 1 100%;min-height:100vh; background-color:yellow">
</div>

then the layout is correct as follows:

screen shot 2017-02-06 at 10 14 46 pm

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions