From e3d941b589f5c49500e929eacc7f0c4677a85e7a Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 29 Sep 2025 14:04:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B5=D1=89=D0=B5=20=D0=BF=D0=BE=D0=BF=D1=8B?= =?UTF-8?q?=D1=82=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/templates/index.html b/templates/index.html index a8033bf..a2e951d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -137,14 +137,15 @@ /* Скроллируемая область детализации */ .scrollable-details { - flex: 1; + position: absolute !important; + top: 0 !important; + left: 0 !important; + right: 0 !important; + bottom: 0 !important; overflow-y: auto !important; padding: 1rem !important; margin: 0 !important; - position: relative; - min-height: 0; - height: 0; - max-height: 100%; + box-sizing: border-box; } /* Контент внутри детализации */