diff --git a/src/modules/11_discipline/components/2_InvestigateFacts/Form.vue b/src/modules/11_discipline/components/2_InvestigateFacts/Form.vue index 46d79d675..ec614f061 100644 --- a/src/modules/11_discipline/components/2_InvestigateFacts/Form.vue +++ b/src/modules/11_discipline/components/2_InvestigateFacts/Form.vue @@ -1435,6 +1435,6 @@ onMounted(async () => { } .fixed-height-history { overflow-y: auto; - height: 150px; + max-height: 150px; }