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;