diff --git a/app/assets/stylesheets/desktop/modal.scss b/app/assets/stylesheets/desktop/modal.scss index 5724c8afe86..5c5fd0ad0f7 100644 --- a/app/assets/stylesheets/desktop/modal.scss +++ b/app/assets/stylesheets/desktop/modal.scss @@ -1,8 +1,7 @@ // base styles for every modal popup used in Discourse .modal-middle-container { - display:table-cell; - vertical-align: middle; + margin-top: 150px; } // Hardcode to be the same as before for now. I would recommend not using bootbox, or finding a way so the html structure can be the same