Merge pull request #1203 from Alfresco/dev-valbano-1134

#1134 - Fix Scrolling on completed process task
This commit is contained in:
Mario Romano
2016-12-05 16:56:13 +00:00
committed by GitHub
@@ -22,6 +22,9 @@
}
.task-details-dialog {
position: fixed;
top: 50%;
transform: translate(0, -50%);
width: 40%;
}