Closed markywilson closed 11 months ago
A bug
Angular 15.2.7 NGX Fundamentals 0.40.1
15.2.7
0.40.1
Open dialog component for the first time
open the wizard component
open a dialog for the 2nd time
🔴 The dialog is full screen now
Expected Behaviour
🟢 The dialog should maintain its original size
The following CSS gets added when loading the wizard component which causes the dialog to take the size of the entire screen https://github.com/SAP/fundamental-ngx/blob/main/libs/core/src/lib/wizard/wizard.component.scss#L50
Hello @markywilson, thank you for using fundamental-ngx! The fundamental-ngx team will triage your issue as soon as possible.
Not reproducible with latest version of fundamental-ngx.
Is this a bug, enhancement, or feature request?
A bug
Briefly describe your proposal.
Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
Angular
15.2.7
NGX Fundamentals0.40.1
If this is a bug, please provide steps for reproducing it.
Open dialog component for the first time
open the wizard component
open a dialog for the 2nd time
🔴 The dialog is full screen now
Expected Behaviour
🟢 The dialog should maintain its original size
Please provide relevant source code if applicable.
Is there anything else we should know?
The following CSS gets added when loading the wizard component which causes the dialog to take the size of the entire screen https://github.com/SAP/fundamental-ngx/blob/main/libs/core/src/lib/wizard/wizard.component.scss#L50