mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "FIX: Workaround for modal CSS bugs in IOS 8. Don't use a table to"
This reverts commit edea7180f4.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
// base styles for every modal popup used in Discourse
|
||||
|
||||
.modal-middle-container {
|
||||
margin-top: 150px;
|
||||
display:table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user