Skip to content
New issue

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

Wizard height calculation is broken #13048

Open
c-davidbilge opened this issue Feb 17, 2025 · 1 comment
Open

Wizard height calculation is broken #13048

c-davidbilge opened this issue Feb 17, 2025 · 1 comment

Comments

@c-davidbilge
Copy link

In #12290 the way the content height is calculated was changed. It should subtract, among others, the height of the navbar and the height of the footer from 100vh. But after #12290, the footer's height is not subtracted if the wizard does not run in a dialog.

The problematic line is

if (this._dialogBodyComponent) {

The problematic behavior can be observed in the StackBlitz example of the Branching Wizard: https://stackblitz.com/edit/us8eeprc?file=src%2Fapp%2Fwizard-branching-example.component.html

Unfortunately, there is not really a good workaround right now.

@droshev
Copy link
Contributor

droshev commented Mar 10, 2025

@alexhristov14 Can you validate the issue so we can discuss what we can do if we can? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants