Fix correction template mess

This commit is contained in:
nemunaire 2022-11-18 16:14:56 +01:00
parent d7f679ce84
commit bf5b0e88dd

View File

@ -85,7 +85,7 @@
<SurveyBadge class="ms-2" {survey} />
</div>
<div class="card sticky-top">
<div class="card sticky-top" style="overflow-y: auto; max-height: 70vh">
<QuestionHeader
{question}
nodescription={nodescription}
@ -180,4 +180,4 @@
{/await}
{/await}
<div class="mb-5"></div>
<div class="mb-5" style="min-height: 60vh"></div>