Makes login dialog responsive on add new account
This commit is contained in:
parent
142c9ab5ea
commit
f87f8e31af
|
@ -294,6 +294,7 @@ export class UserProfileComponent extends BaseComponent implements OnInit, OnDes
|
||||||
restoreFocus: false,
|
restoreFocus: false,
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
width: '653px',
|
width: '653px',
|
||||||
|
maxHeight: '90vh',
|
||||||
data: {
|
data: {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue