SAP / fundamental-ngx

Fundamental Library for Angular is SAP Design System Angular component library
https://sap.github.io/fundamental-ngx
Apache License 2.0
269 stars 129 forks source link

[Bug] Wrong dimensions of the dialog component after opening the wizard component #9754

Closed markywilson closed 11 months ago

markywilson commented 1 year ago

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 Fundamentals 0.40.1

If this is a bug, please provide steps for reproducing it.

🔴 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

github-actions[bot] commented 1 year ago

Hello @markywilson, thank you for using fundamental-ngx! The fundamental-ngx team will triage your issue as soon as possible.

N1XUS commented 11 months ago

Not reproducible with latest version of fundamental-ngx.