вертикальный скролл, попытка 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;
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;
}