Skip to content

Commit

Permalink
fix(FrontSection): contain layout (#9802)
Browse files Browse the repository at this point in the history
this (may) fix a bug in Firefox and helps the browser
make the rendering of sections faster
  • Loading branch information
mxdvl authored Dec 6, 2023
1 parent 96968bc commit 4d9abb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotcom-rendering/src/components/FrontSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const fallbackStyles = css`
`;

const containerStylesUntilLeftCol = css`
contain: layout;
display: grid;
grid-template-rows:
Expand Down

0 comments on commit 4d9abb6

Please sign in to comment.