From 9e626ece5d1a6459e29b6b5cedb1785e19b77149 Mon Sep 17 00:00:00 2001 From: Denis Chiron Date: Fri, 19 Apr 2024 16:33:24 +0200 Subject: [PATCH] Fix : Timeline min-height --- src/components/PersonDataTimeline.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PersonDataTimeline.vue b/src/components/PersonDataTimeline.vue index b94c569..64eb22d 100644 --- a/src/components/PersonDataTimeline.vue +++ b/src/components/PersonDataTimeline.vue @@ -459,7 +459,7 @@ export default { } .timeline-scroll-container { - min-height: 160px; + min-height: 86px; max-height: min( 50rem, calc(100vh - 200px)); overflow-y: auto; border-top: 1px solid #A7A7A7;