We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Layout config={{useWebDefaults: false}}> <Node style={{width: 350, height: 200, padding: 20}}> <Node style={{height: 60}}> <Node style={{minHeight: "100%"}} /> </Node> </Node> </Layout>
The height of third node(minHeight:"100%") equals 60
minHeight:"100%"
The height of third node(minHeight:"100%") is 160
https://www.yogalayout.dev/playground?code=DwGQhgng9grgLgAgMZQHYDMCWBzAvAb3xgGcBTAdVICMARU9MGAGzmIC4EGmyBfHgPgBQCBMAByUACakExOBCakC+AO6ZJcABYcAzAFYADABoEm0jk1wOAJgPGEABzCTJmVNhsG+QkSPFSZOQUlQjMLKwQANi8BYV8-CWlZeUVlAFs3AAlzbEsOACIARjsAUny+BAB6H19gSsTSGrqGoTrwaHh+IA
When applicable, use this fiddle to post a web repro.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Report
Issues and Steps to Reproduce
Expected Behavior
The height of third node(
minHeight:"100%"
) equals 60Actual Behavior
The height of third node(
minHeight:"100%"
) is 160Link to Code
https://www.yogalayout.dev/playground?code=DwGQhgng9grgLgAgMZQHYDMCWBzAvAb3xgGcBTAdVICMARU9MGAGzmIC4EGmyBfHgPgBQCBMAByUACakExOBCakC+AO6ZJcABYcAzAFYADABoEm0jk1wOAJgPGEABzCTJmVNhsG+QkSPFSZOQUlQjMLKwQANi8BYV8-CWlZeUVlAFs3AAlzbEsOACIARjsAUny+BAB6H19gSsTSGrqGoTrwaHh+IA
When applicable, use this fiddle to post a web repro.
The text was updated successfully, but these errors were encountered: