.q-card {
display: flex;
flex-direction: column;
-- height: 100%;
++ height: fit-content;
}
.q-card__section {
max-height: full;
overflow: auto;
-- flex-basis: 0;
-- flex-grow: 1;
display: flex;
flex-direction: column;
}
.q-table__container {
overflow: auto;
-- flex-basis: 0;
-- flex-grow: 1;
}