This commit is contained in:
+21
-18
@@ -129,35 +129,38 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card.h-100 .card-body {
|
.card.h-100 .card-body {
|
||||||
flex: 1;
|
flex: 0 0 auto;
|
||||||
display: flex;
|
display: block;
|
||||||
flex-direction: column;
|
padding: 1rem;
|
||||||
padding: 0;
|
overflow: visible;
|
||||||
overflow: hidden;
|
min-height: auto;
|
||||||
min-height: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Скроллируемая область детализации */
|
/* Скроллируемая область детализации */
|
||||||
.scrollable-details {
|
.scrollable-details {
|
||||||
flex: 1;
|
flex: 0 0 auto;
|
||||||
overflow: hidden !important;
|
overflow: visible !important;
|
||||||
padding: 0 !important;
|
padding: 1rem !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 0;
|
min-height: auto;
|
||||||
|
height: auto;
|
||||||
|
max-height: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ограничиваем высоту контента внутри детализации */
|
/* Контент внутри детализации */
|
||||||
.scrollable-details > div {
|
.scrollable-details > div {
|
||||||
position: absolute !important;
|
position: relative !important;
|
||||||
top: 0 !important;
|
top: auto !important;
|
||||||
left: 0 !important;
|
left: auto !important;
|
||||||
right: 0 !important;
|
right: auto !important;
|
||||||
bottom: 0 !important;
|
bottom: auto !important;
|
||||||
overflow-y: auto !important;
|
overflow: visible !important;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 15px;
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav .dropdown-menu {
|
.navbar-nav .dropdown-menu {
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user