Blazored / Modal

A powerful and customizable modal implementation for Blazor applications.
https://blazored.github.io/Modal/
MIT License
764 stars 184 forks source link

Fix modal size when using position middle #567

Open marcow4 opened 4 months ago

marcow4 commented 4 months ago

In https://github.com/Blazored/Modal/pull/556, display grid was used to position a modal in the middle. If you have a modal with Position Middle and Size Large or ExtraLarge, the width of the modal stays small. The justify-content-center isn't neccessary anymore and prevents the modal size to work.

Jimmys20 commented 3 months ago

I also have this issue.