From f58eb00ba456cf94bc5bc8fa26e5746964548567 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 29 Sep 2025 13:44:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B5=D1=89=D0=B5=20=D0=BE=D0=B4=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 20fe358..5e9684b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -116,14 +116,12 @@ } /* Обеспечиваем одинаковую высоту для всех карточек в панелях */ .row .card { - height: 100%; display: flex; flex-direction: column; } /* Карточка детализации занимает всю высоту родительского контейнера */ .card.h-100 { - height: 100%; display: flex; flex-direction: column; } @@ -166,13 +164,14 @@ .row .col-md-7 { display: flex; flex-direction: column; + height: calc(100vh - 150px); max-height: calc(100vh - 150px); } /* Ограничиваем высоту карточек */ .card.h-100 { height: 100%; - max-height: calc(100vh - 150px); + max-height: 100%; display: flex; flex-direction: column; }