diff --git a/src/modules/contacts/modules/timeline/components/day-row/day-timeline-row-counters.vue b/src/modules/contacts/modules/timeline/components/day-row/day-timeline-row-counters.vue
index 61c65751..bdda77a6 100644
--- a/src/modules/contacts/modules/timeline/components/day-row/day-timeline-row-counters.vue
+++ b/src/modules/contacts/modules/timeline/components/day-row/day-timeline-row-counters.vue
@@ -2,10 +2,10 @@
- {{ `${t(`contacts.timeline.eventType.${WebitelContactsTimelineEventType.Call}`, 2)}: ${props.callsCount} ` }}
+ {{ `${t(`contacts.timeline.eventType.${WebitelContactsTimelineEventType.Call}`, 2)}: ${props.callsCount}` }}
- {{ `${t(`contacts.timeline.eventType.${WebitelContactsTimelineEventType.Chat}`, 2)}: ${props.chatsCount} `}}
+ {{ `${t(`contacts.timeline.eventType.${WebitelContactsTimelineEventType.Chat}`, 2)}: ${props.chatsCount}`}}
@@ -30,6 +30,8 @@ const { t } = useI18n();
diff --git a/src/modules/contacts/modules/timeline/components/day-row/day-timeline-row.vue b/src/modules/contacts/modules/timeline/components/day-row/day-timeline-row.vue
index e98486a5..a3cbc1ba 100644
--- a/src/modules/contacts/modules/timeline/components/day-row/day-timeline-row.vue
+++ b/src/modules/contacts/modules/timeline/components/day-row/day-timeline-row.vue
@@ -24,8 +24,8 @@
diff --git a/src/modules/contacts/modules/timeline/components/task-row/task-timeline-row-content-wrapper.vue b/src/modules/contacts/modules/timeline/components/task-row/task-timeline-row-content-wrapper.vue
new file mode 100644
index 00000000..54d02f4c
--- /dev/null
+++ b/src/modules/contacts/modules/timeline/components/task-row/task-timeline-row-content-wrapper.vue
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/modules/contacts/modules/timeline/components/task-row/task-timeline-row.vue b/src/modules/contacts/modules/timeline/components/task-row/task-timeline-row.vue
index a33e0fc4..b887fc36 100644
--- a/src/modules/contacts/modules/timeline/components/task-row/task-timeline-row.vue
+++ b/src/modules/contacts/modules/timeline/components/task-row/task-timeline-row.vue
@@ -7,9 +7,9 @@
diff --git a/src/modules/contacts/modules/timeline/components/the-timeline.vue b/src/modules/contacts/modules/timeline/components/the-timeline.vue
index 7ff8f0e3..bd0e823c 100644
--- a/src/modules/contacts/modules/timeline/components/the-timeline.vue
+++ b/src/modules/contacts/modules/timeline/components/the-timeline.vue
@@ -1,5 +1,5 @@
-
+
diff --git a/src/modules/contacts/modules/timeline/components/timeline-container.vue b/src/modules/contacts/modules/timeline/components/timeline-container.vue
index 046f9f61..c066b8f2 100644
--- a/src/modules/contacts/modules/timeline/components/timeline-container.vue
+++ b/src/modules/contacts/modules/timeline/components/timeline-container.vue
@@ -25,7 +25,7 @@
.timeline-content {
@extend %wt-scrollbar;
- overflow-y: auto;
+ overflow-y: scroll;
height: 100%;
padding: var(--spacing-sm);
}
diff --git a/src/modules/contacts/modules/timeline/components/timeline-header.vue b/src/modules/contacts/modules/timeline/components/timeline-header.vue
index d4d57dc8..38b3961f 100644
--- a/src/modules/contacts/modules/timeline/components/timeline-header.vue
+++ b/src/modules/contacts/modules/timeline/components/timeline-header.vue
@@ -3,18 +3,18 @@
v-if="showHeader"
class="timeline-header"
>
-
-