вертикальный скролл, попытка 4
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-09-29 13:32:11 +03:00
parent 8c8a8970d1
commit 25cd77ec92
+4 -4
View File
@@ -145,8 +145,8 @@
margin: 0 !important; margin: 0 !important;
position: relative; position: relative;
min-height: 0; min-height: 0;
height: 0; height: calc(100vh - 180px) !important;
max-height: calc(100vh - 180px); max-height: calc(100vh - 180px) !important;
} }
/* Контент внутри детализации */ /* Контент внутри детализации */
@@ -172,8 +172,8 @@
/* Фиксируем высоту карточек */ /* Фиксируем высоту карточек */
.card.h-100 { .card.h-100 {
height: 100% !important; height: calc(100vh - 120px) !important;
max-height: calc(100vh - 120px); max-height: calc(100vh - 120px) !important;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }