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 12:06:49 +03:00 committed by GitHub
parent efc8266dc2
commit 3fac9ab8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@
.scroll {
margin: 0 .75rem .75rem;
min-height: 0;
height: 100%;
}
}