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;
}