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

chore: emui artifact layout fix #1877

Merged
merged 3 commits into from
Dec 4, 2023
Merged

Conversation

Dartoxian
Copy link
Contributor

Description:

The change to introduce optional gray headers in the background of the emui broke the flexbox sizing for the artifact page (it was using viewport scroll, rather than scrolls on the inner containers). This is fixed by correcting the usage of flexbox (most specifically allowing min-height:0 on the app wrapper flex when page scroll is disabled - this allows flexbox to squash children and have them deal with overflow).

Validation of change on every page in app.

pageLayoutVerification.mp4

Locally I've also taken the same validation steps in chrome.

Is this change user facing?

YES

References (if applicable):

screenshot of broken artifact layout:
image

@Dartoxian Dartoxian requested a review from adschwartz December 1, 2023 10:51
@Dartoxian Dartoxian added this pull request to the merge queue Dec 4, 2023
Merged via the queue into main with commit 84ff6bb Dec 4, 2023
35 checks passed
@Dartoxian Dartoxian deleted the bgazzard/artifact-layout-fix branch December 4, 2023 14:37
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.

2 participants