diff --git a/frontend/src/components/Step3Simulation.vue b/frontend/src/components/Step3Simulation.vue index 096e171..667649a 100644 --- a/frontend/src/components/Step3Simulation.vue +++ b/frontend/src/components/Step3Simulation.vue @@ -1231,7 +1231,7 @@ onUnmounted(() => { display: flex; flex-direction: column; gap: 4px; - height: 120px; + height: 100px; overflow-y: auto; padding-right: 4px; } diff --git a/frontend/src/components/Step4Report.vue b/frontend/src/components/Step4Report.vue index b9cfff0..5945b39 100644 --- a/frontend/src/components/Step4Report.vue +++ b/frontend/src/components/Step4Report.vue @@ -2888,7 +2888,7 @@ watch(() => props.reportId, (newId) => { display: flex; flex-direction: column; gap: 4px; - height: 120px; + height: 100px; overflow-y: auto; padding-right: 4px; }