From 8c8a8970d10e8c1ac7264fdbf59abec6177df75d Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 29 Sep 2025 13:23:27 +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=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/index.html b/templates/index.html index def7f65..b948fc3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -146,6 +146,7 @@ position: relative; min-height: 0; height: 0; + max-height: calc(100vh - 180px); } /* Контент внутри детализации */ @@ -166,6 +167,15 @@ .row .col-md-7 { display: flex; flex-direction: column; + max-height: calc(100vh - 120px); + } + + /* Фиксируем высоту карточек */ + .card.h-100 { + height: 100% !important; + max-height: calc(100vh - 120px); + display: flex; + flex-direction: column; } .navbar-nav .dropdown-menu {