diff --git a/src/components/DaysView.vue b/src/components/DaysView.vue index 3748c6e..2c209dc 100644 --- a/src/components/DaysView.vue +++ b/src/components/DaysView.vue @@ -326,7 +326,7 @@ function selectionLabel(selection: NonNullable): str display: flex; flex-direction: column; height: 100%; - min-height: 600px; + min-height: 0; } .days-grid { diff --git a/src/pages/ChronoPage.vue b/src/pages/ChronoPage.vue index fcae316..14146a6 100644 --- a/src/pages/ChronoPage.vue +++ b/src/pages/ChronoPage.vue @@ -163,7 +163,7 @@ function selectSectionFromRoute() {