mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
FIX: Workaround for modal CSS bugs in IOS 8. Don't use a table to
vertically centre, use a margin offset.
This commit is contained in:
parent
a4363e033d
commit
edea7180f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user