This commit is contained in:
+11
-10
@@ -129,23 +129,24 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card.h-100 .card-body {
|
.card.h-100 .card-body {
|
||||||
flex: 0 0 auto;
|
flex: 1;
|
||||||
display: block;
|
display: flex;
|
||||||
padding: 1rem;
|
flex-direction: column;
|
||||||
overflow: visible;
|
padding: 0;
|
||||||
min-height: auto;
|
overflow: hidden;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Скроллируемая область детализации */
|
/* Скроллируемая область детализации */
|
||||||
.scrollable-details {
|
.scrollable-details {
|
||||||
flex: 0 0 auto;
|
flex: 1;
|
||||||
overflow: visible !important;
|
overflow-y: auto !important;
|
||||||
padding: 1rem !important;
|
padding: 1rem !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: auto;
|
min-height: 0;
|
||||||
height: auto;
|
height: 0;
|
||||||
max-height: none;
|
max-height: calc(100vh - 200px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Контент внутри детализации */
|
/* Контент внутри детализации */
|
||||||
|
|||||||
Reference in New Issue
Block a user