You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
fundamental-ngx/libs/core/wizard/wizard.component.ts
Line 264 in 3d7ae9d
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.
The text was updated successfully, but these errors were encountered: