From cb2d12819c9282588e1888a011746b4b645f4e08 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:39:09 +0700 Subject: [PATCH] fix(calendar): stretch year months grid to full viewport height --- .../app/components/workspace/calendar/CrmCalendarPanel.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/workspace/calendar/CrmCalendarPanel.vue b/frontend/app/components/workspace/calendar/CrmCalendarPanel.vue index 3d669a6..45ee3a3 100644 --- a/frontend/app/components/workspace/calendar/CrmCalendarPanel.vue +++ b/frontend/app/components/workspace/calendar/CrmCalendarPanel.vue @@ -170,7 +170,10 @@ defineProps<{ :style="calendarSceneTransformStyle" @mouseleave="onCalendarSceneMouseLeave" > -
+