From 1b42ba1709ad9a6ad9b8f24eed729ba1169f5e0e Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 29 Sep 2025 13:11:52 +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-=20=D0=BF=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 2249cb5..def7f65 100644 --- a/templates/index.html +++ b/templates/index.html @@ -146,7 +146,6 @@ position: relative; min-height: 0; height: 0; - max-height: calc(100vh - 200px); } /* Контент внутри детализации */ @@ -162,6 +161,13 @@ height: auto; } + /* Обеспечиваем одинаковую высоту для левой и правой панелей */ + .row .col-md-5, + .row .col-md-7 { + display: flex; + flex-direction: column; + } + .navbar-nav .dropdown-menu { min-width: 200px; }