Fix vertical scroll issue
This commit is contained in:
Norman E 2019-10-11 16:34:56 +06:00 committed by GitHub
parent 45a99f0d1c
commit f18f860b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,8 @@ table.list.custom-workflows tr.disabled {
font-size: 11px;
}
#custom_workflow_enabled_projects ul {
max-height: 200px;
#custom_workflow_enabled_projects ul.root {
max-height: 400px;
overflow-y: auto;
}