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

[Fabric] Add flex: 1 to Offscreen view container #22019

Merged
merged 1 commit into from
Aug 4, 2021

Commits on Aug 4, 2021

  1. [Fabric] Add flex: 1 to Offscreen view container

    Without this style property, the layout of the children is messed up.
    
    The goal is for the container view to have no layout at all. It should
    be a completely transparent wrapper, except for when we set `display:
    none` to hide its contents. On the web, the equivalent (at least in the
    spec) is `display: contents`.
    
    After some initial testing, this seems to be close enough to the desired
    behavior that we can ship it. We'll try rolling it out behind a flag.
    acdlite committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    82a612d View commit details
    Browse the repository at this point in the history