mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
#1134 - fixed dialog in the middle of scrolled screen
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
}
|
||||
|
||||
.task-details-dialog {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
transform: translate(0, -50%);
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user