Fixed scroll height in kanban panel (#687)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2021-12-21 10:06:49 +01:00
committed by GitHub
parent efc8266dc2
commit 3fac9ab8e2
@@ -85,6 +85,7 @@
.scroll {
margin: 0 .75rem .75rem;
min-height: 0;
height: 100%;
}
}