diff --git a/src/modules/macroplan/components/MacroplanGrid.vue b/src/modules/macroplan/components/MacroplanGrid.vue index bd8af91..66aa2dc 100644 --- a/src/modules/macroplan/components/MacroplanGrid.vue +++ b/src/modules/macroplan/components/MacroplanGrid.vue @@ -232,6 +232,10 @@ const bandStyle = computed(() => ({ display: grid; width: max-content; min-width: 100%; + /* Never let a too-tall container (e.g. the mobile 100svh note height that + cascades in) stretch the auto row tracks — pack rows to their content + height at the top. */ + align-content: start; font-variant-ligatures: none; }