Skip to content
Snippets Groups Projects
Commit a5877923 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix modal

parent 4db211d9
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,9 @@ export class ContactModalComponent { ...@@ -41,6 +41,9 @@ export class ContactModalComponent {
} else { } else {
this.creationMode = true; this.creationMode = true;
this.mode = 'update'; this.mode = 'update';
if (this.mode === 'update') {
$j('.contact-modal-container').css({'height' : '90vh'});
}
if (this.headerService.getLastLoadedFile() !== null) { if (this.headerService.getLastLoadedFile() !== null) {
this.drawer.toggle(); this.drawer.toggle();
setTimeout(() => { setTimeout(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment