Fix kanban height

This commit is contained in:
Timothée Goguely 2024-12-11 14:14:51 +01:00
parent adbe05c97f
commit a33e85f1e0

View file

@ -11,7 +11,7 @@
overflow-x: auto;
margin: 0 calc(-1 * var(--gutter));
padding: 0 var(--gutter);
height: calc(100vh - var(--gutter) * 2 - var(--header-height) - 3.25rem);
height: calc(100vh - var(--gutter) * 2 - var(--header-height) - 2.25rem);
}
.kanban > section {