ucsc / ucsc-2022

Official WordPress theme for UC Santa Cruz
6 stars 0 forks source link

Reimplement full-height layout #183

Closed knice closed 11 months ago

knice commented 1 year ago

Description

We removed the flex-based layout for the div that contained all of the WordPress blocks in 2.0.0 because that div covered our injected Truss web components. We need to re-implement that layout, but on the body tag, or a container that we can inject Truss components into. This should be done in CSS Grid and not Flex.

Step-by-step reproduction instructions

No response

Screenshots, screen recording, code snippet

No response

Environment info

All sites, in the theme.

Please confirm that you have searched existing issues in the repo.

Yes

knice commented 11 months ago

Resolved