diff --git a/client/src/layouts/SimpleLayout.vue b/client/src/layouts/SimpleLayout.vue index 36c3e896..3d987661 100644 --- a/client/src/layouts/SimpleLayout.vue +++ b/client/src/layouts/SimpleLayout.vue @@ -51,7 +51,7 @@ @include desktop { grid-template-columns: 1fr 640px 1fr; - grid-template-rows: 60px 1fr 105px; + grid-template-rows: 60px auto-fill 105px; -ms-grid-columns: 1fr 640px 1fr; & > :nth-child(2) {