We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb1e53 commit 46894d0Copy full SHA for 46894d0
client/src/modules/peoplesearch/person-details-dialog.component.scss
@@ -36,11 +36,29 @@
36
}
37
38
.person-details-dialog {
39
+ display: flex;
40
+ align-items: center;
41
+ justify-content: center;
42
text-align: left;
43
overflow: hidden;
44
45
.ias-dialog-container {
46
47
+ margin: 0;
48
padding: 0;
49
+ position: relative;
50
+ top: auto;
51
+ transform: none;
52
+
53
+ > .ias-dialog-content {
54
+ display: grid;
55
+ grid-template-rows: max-content 1fr;
56
+ flex-grow: 1;
57
58
+ > .person-details-content {
59
+ overflow: auto;
60
+ }
61
62
63
64
.ias-avatar {
0 commit comments