From f87f8e31af54b26ae484e21739e10b21887e7dfd Mon Sep 17 00:00:00 2001 From: apapachristou Date: Fri, 27 Nov 2020 14:41:27 +0200 Subject: [PATCH] Makes login dialog responsive on add new account --- dmp-frontend/src/app/ui/user-profile/user-profile.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/dmp-frontend/src/app/ui/user-profile/user-profile.component.ts b/dmp-frontend/src/app/ui/user-profile/user-profile.component.ts index 86f815057..7d2d5bcc0 100644 --- a/dmp-frontend/src/app/ui/user-profile/user-profile.component.ts +++ b/dmp-frontend/src/app/ui/user-profile/user-profile.component.ts @@ -294,6 +294,7 @@ export class UserProfileComponent extends BaseComponent implements OnInit, OnDes restoreFocus: false, autoFocus: false, width: '653px', + maxHeight: '90vh', data: { } });