From 2fe47b7d2d2230f61994f94bb9a990c935f58d44 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 29 Sep 2025 13:03:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=82=D0=B8=D0=BA=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D1=81=D0=BA=D1=80=D0=BE=D0=BB?= =?UTF-8?q?=D0=BB=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BE=D0=B9=20=D0=BF=D0=B0?= =?UTF-8?q?=D0=BD=D0=B5=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/templates/index.html b/templates/index.html index b86e012..2249cb5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -129,23 +129,24 @@ } .card.h-100 .card-body { - flex: 0 0 auto; - display: block; - padding: 1rem; - overflow: visible; - min-height: auto; + flex: 1; + display: flex; + flex-direction: column; + padding: 0; + overflow: hidden; + min-height: 0; } /* Скроллируемая область детализации */ .scrollable-details { - flex: 0 0 auto; - overflow: visible !important; + flex: 1; + overflow-y: auto !important; padding: 1rem !important; margin: 0 !important; position: relative; - min-height: auto; - height: auto; - max-height: none; + min-height: 0; + height: 0; + max-height: calc(100vh - 200px); } /* Контент внутри детализации */