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