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