#1134 - fixed dialog in the middle of scrolled screen

This commit is contained in:
Vito Albano 2016-12-05 15:19:16 +00:00
parent 350b0b2f75
commit e3f8c5448f

View File

@ -22,6 +22,9 @@
}
.task-details-dialog {
position: fixed;
top: 50%;
transform: translate(0, -50%);
width: 40%;
}