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

This commit is contained in:
2025-09-29 13:23:27 +03:00
parent 1b42ba1709
commit 8c8a8970d1
+10
View File
@@ -146,6 +146,7 @@
position: relative;
min-height: 0;
height: 0;
max-height: calc(100vh - 180px);
}
/* Контент внутри детализации */
@@ -166,6 +167,15 @@
.row .col-md-7 {
display: flex;
flex-direction: column;
max-height: calc(100vh - 120px);
}
/* Фиксируем высоту карточек */
.card.h-100 {
height: 100% !important;
max-height: calc(100vh - 120px);
display: flex;
flex-direction: column;
}
.navbar-nav .dropdown-menu {