Browse Source

Fix with modal.

pull/65/head
Sebastian Stehle 9 years ago
parent
commit
375c61f47b
  1. 1
      src/Squidex/app/framework/angular/modal-target.directive.ts

1
src/Squidex/app/framework/angular/modal-target.directive.ts

@ -102,5 +102,6 @@ export class ModalTargetDirective implements AfterViewInit, OnDestroy, OnInit {
this.renderer.setElementStyle(modalRef, 'left', left + 'px');
this.renderer.setElementStyle(modalRef, 'right', 'auto');
this.renderer.setElementStyle(modalRef, 'bottom', 'auto');
this.renderer.setElementStyle(modalRef, 'margin', '0');
}
}
Loading…
Cancel
Save