We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the centered property is true, then the header of the modal is positioned to the center of the page (not the whole dialog).
Angular
v2.0.1
this.modalService.open({ content: DialogComponent, title: 'title', size: '840', centered: true });
The text was updated successfully, but these errors were encountered:
Can not reproduce the issue. Please provide a repository to reproduce alternative checkout the stackblitz here: https://stackblitz.com/edit/6rvsz2?file=src%2Fapp%2Fmodal-by-template.ts
Sorry, something went wrong.
I've just updated the content of the in your code to have a little bit higher content:
<ng-template #customModal let-modal> <div style="height: 500px">xx</div> </ng-template>
danielleroux
Successfully merging a pull request may close this issue.
What happened?
If the centered property is true, then the header of the modal is positioned to the center of the page (not the whole dialog).
What type of frontend frameware are you seeing the problem on?
Angular
Which version of iX do you use?
v2.0.1
Code to produce this issue.
The text was updated successfully, but these errors were encountered: