Fix kanban height

This commit is contained in:
Timothée Goguely 2024-11-20 15:22:35 +01:00
parent f90a3a8837
commit 92c9dcb013

View file

@ -151,6 +151,6 @@ function openDialog(targetStepSlug) {
overflow-x: auto;
margin: 0 calc(-1 * var(--gutter));
padding: 0 var(--gutter);
height: calc(100vh - var(--gutter) * 2 - var(--header-height) - 2.25rem);
height: calc(100vh - var(--gutter) * 2 - var(--header-height) - 3.25rem);
}
</style>