Skip to content

Chrome component overflowing issue #423

@luis-almeida

Description

@luis-almeida

Expectations

Chrome component should not let its child components overflow the viewport.

Reality

Chrome header items with long content cause the root container to overstretch and scrollbars to appear:

Screenshot 2019-08-21 at 14 55 59

We have had a local fix in place for this issue for some time now just by setting max-width: calc(100vw - 60px); on the Body. This solution does not make take into account the standalone option though. I'd like your feedback before going any further.

Steps to Reproduce

  1. Add a HeaderItemText with a long text or simply several of them
  2. Chrome container expands beyond 100vw.

Fine Print

  • Component: Chrome

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions