diff --git a/src/frontend/app/administration/contact/modal/contact-modal.component.ts b/src/frontend/app/administration/contact/modal/contact-modal.component.ts
index f1e68e7c77a32825e7929ede54be1cda0fc08de5..615f71538b7d11b0b48369c9baa17e19528fd5b4 100644
--- a/src/frontend/app/administration/contact/modal/contact-modal.component.ts
+++ b/src/frontend/app/administration/contact/modal/contact-modal.component.ts
@@ -41,6 +41,9 @@ export class ContactModalComponent {
         } else {
             this.creationMode = true;
             this.mode = 'update';
+            if (this.mode === 'update') {
+                $j('.contact-modal-container').css({'height' : '90vh'});
+            }
             if (this.headerService.getLastLoadedFile() !== null) {
                 this.drawer.toggle();
                 setTimeout(() => {