Currently the modal styles shove the modal into the top left corner by default. RoleModel Rails defines the template for using the modal and it adds the html .modal.flex.items-center.justify-center.

Instead of relying on the html using certain utilities, we should just include those centering properties directly in the modal.scss file.