Style changes for Fluid Topics version 5.0 - Fluid Topics - 5.0

Document Object Model Update For Fluid Topics version 5.0

Category
Technical Notes
Audience
public
Version
5.0

With the version 5.0 of Fluid Topics, the Document Object Model(DOM) changes from a static absolute render to a flex behavior.

Fluid Topics version 5.0 comes with the following DOM changes:

  • body

The body container changes to:

    display: flex;
    flex-direction:column;
  • #FT-application-content

The #FT-application-content container changes to:

    display: flex;
  • #FT-tenant-custom-header

The #FT-tenant-custom-header container changes to:

    flex-shrink: 0;
    flex-grow: 0;