From 25cd77ec92bcbd2b250f1a887e6f75cbc4e1adb4 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 29 Sep 2025 13:32:11 +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=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index b948fc3..3dbe4c7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -145,8 +145,8 @@ margin: 0 !important; position: relative; min-height: 0; - height: 0; - max-height: calc(100vh - 180px); + height: calc(100vh - 180px) !important; + max-height: calc(100vh - 180px) !important; } /* Контент внутри детализации */ @@ -172,8 +172,8 @@ /* Фиксируем высоту карточек */ .card.h-100 { - height: 100% !important; - max-height: calc(100vh - 120px); + height: calc(100vh - 120px) !important; + max-height: calc(100vh - 120px) !important; display: flex; flex-direction: column; }