siemens / ix

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://ix.siemens.io/
MIT License
174 stars 62 forks source link

Modal message position #1272

Closed dorareviczki closed 1 month ago

dorareviczki commented 1 month ago

Prerequisites

Suggestion / feature request

On the IAI Portfolio project we would like to place the modal message component in the middle of the screen, however this is currently not possible as we cannot change its position due to the shadow root and we couldn't find a solution for this in the documentation.

nuke-ellington commented 1 month ago

Duplicate already tracked via #1071

nuke-ellington commented 1 month ago

@dorareviczki on a second note: there already is an option centered in ModalConfig that will center the modal vertically.

martonbene commented 1 month ago

@dorareviczki on a second note: there already is an option centered in ModalConfig that will center the modal vertically.

Hi @nuke-ellington , but it only works with the regular Dialog component and we want to have this mid aligned position for the 'Message' component as well. Can you create this mid alignment option for that component? Thank you!