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