This commit is contained in:
team3
2026-06-17 15:08:44 +02:00
parent a503285b6f
commit b3097a6143

View File

@@ -406,11 +406,19 @@ function extractContext() {
grid-column: 2; grid-column: 2;
grid-row: 2 / 4; grid-row: 2 / 4;
margin-top: 0; margin-top: 0;
align-self: start; align-self: stretch; /* füllt die volle Card-Höhe */
display: flex;
flex-direction: column;
min-height: 14rem; min-height: 14rem;
max-height: calc(100dvh - 8rem); max-height: calc(100dvh - 8rem);
overflow-y: auto; overflow-y: auto;
} }
/* Nachrichtenliste füllt den verfügbaren Panel-Platz und scrollt intern. */
.guide-content:not(.onepager) .section-card:has(.bp-panel) :deep(.bp-messages) {
flex: 1;
min-height: 0;
max-height: none;
}
} }
/* Breit (≥1400px Inhaltsbreite): die offene Karte bricht aus dem 880px-Lesecontainer /* Breit (≥1400px Inhaltsbreite): die offene Karte bricht aus dem 880px-Lesecontainer