Skip to content
New issue

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

fix(ui5-tabcontainer): fix tab content overflow and height calculation #1056

Merged
merged 4 commits into from
Dec 13, 2019

Conversation

ilhan007
Copy link
Member

@ilhan007 ilhan007 commented Dec 13, 2019

The tab container content part used to have height: 100% and did not take into account the header (the tab strip).
Now the tab strip have determined heights in cozy and compact and the content is calculated accordingly calc(100% - headerHeight) and the test are green again.

@ilhan007 ilhan007 changed the title chore: try fixing tabcontainer test fix(ui5-tabcontainer): fix tab content overflow and height calculation Dec 13, 2019
@ilhan007 ilhan007 merged commit 6b65fa4 into master Dec 13, 2019
@ilhan007 ilhan007 deleted the fix-tc-test branch December 13, 2019 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants