Skip to content

feat(modal): provided posibility to specify modal position

Andrei Mihăeș requested to merge modal-position into master

Summary

By default the justify-content CSS property for ModalOverlay is set to center. In our use-case, the modal must be on the right side of the pade and we would like to have the ability to set justify-content property to flex-end.

Merge request reports