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