diff --git a/frontend/src/components/Step5Interaction.vue b/frontend/src/components/Step5Interaction.vue index 7aa51a2..44042dc 100644 --- a/frontend/src/components/Step5Interaction.vue +++ b/frontend/src/components/Step5Interaction.vue @@ -2172,7 +2172,10 @@ watch(() => props.simulationId, (newId) => { /* Survey Container */ .survey-container { - /* env warning */ + flex: 1; + display: flex; + flex-direction: column; + overflow: hidden; } .survey-env-warning { @@ -2184,11 +2187,6 @@ watch(() => props.simulationId, (newId) => { margin-bottom: 12px; font-size: 0.85rem; } - flex: 1; - display: flex; - flex-direction: column; - overflow: hidden; -} .survey-setup { flex: 1;