This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user