From ace0a0bca13a8599a749b9659d23bfd6070e8194 Mon Sep 17 00:00:00 2001 From: Awakich Date: Mon, 16 Feb 2026 18:17:03 +0300 Subject: [PATCH] fix scroll for overflow y --- .../src/app/office/features/detail/detail.component.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/social_platform/src/app/office/features/detail/detail.component.scss b/projects/social_platform/src/app/office/features/detail/detail.component.scss index 46710f0f0..09d5be0a9 100644 --- a/projects/social_platform/src/app/office/features/detail/detail.component.scss +++ b/projects/social_platform/src/app/office/features/detail/detail.component.scss @@ -12,7 +12,6 @@ $detail-bar-mb: 12px; height: 100%; max-height: 100%; padding-top: 20px; - overflow-y: scroll; &__body { flex-grow: 1;