From 20810ee732f185302b4831075ea47be02f1b4c5e Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 17 Jun 2021 13:30:52 +0200 Subject: [PATCH] Fix footer position in long surveys --- client/src/layouts/SimpleLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {