diff --git a/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts b/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts index 3758c87ee..33cf5148b 100644 --- a/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts +++ b/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts @@ -250,7 +250,7 @@ export class GfActivitiesPageComponent implements OnDestroy, OnInit { deviceType: this.deviceType, user: this.user } as ImportActivitiesDialogParams, - height: this.deviceType === 'mobile' ? '98vh' : '80vh', + height: this.deviceType === 'mobile' ? '98vh' : undefined, width: this.deviceType === 'mobile' ? '100vw' : '50rem' }); @@ -274,7 +274,7 @@ export class GfActivitiesPageComponent implements OnDestroy, OnInit { deviceType: this.deviceType, user: this.user } as ImportActivitiesDialogParams, - height: this.deviceType === 'mobile' ? '98vh' : '80vh', + height: this.deviceType === 'mobile' ? '98vh' : undefined, width: this.deviceType === 'mobile' ? '100vw' : '50rem' });