diff --git a/src/components/PageLayout/PageLayout.css b/src/components/PageLayout/PageLayout.css index 5339d850..47edd4c3 100644 --- a/src/components/PageLayout/PageLayout.css +++ b/src/components/PageLayout/PageLayout.css @@ -6,5 +6,7 @@ } .content { - flex-grow: 1; + display: flex; + flex-direction: column; + flex: 1; }