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
|
// base styles for every modal popup used in Discourse
|
||||||
|
|
||||||
.modal-middle-container {
|
.modal-middle-container {
|
||||||
display:table-cell;
|
margin-top: 150px;
|
||||||
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
|
// 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