FIX: modal buttons on Safari iOS are at the bottom of the viewport, which is an unusable part of the screen in iOS 7. Add padding so you can scroll those buttons high enough so they're clickable. Apple, fix this garbage omgwtfbbq.
This commit is contained in:
parent
bfc8c65212
commit
e7ceb58cf4
|
@ -45,7 +45,7 @@
|
|||
.modal-middle-container {
|
||||
margin-top: 10%;
|
||||
max-width: 100%;
|
||||
|
||||
margin-bottom: 30px; // For iOS Safari issues
|
||||
}
|
||||
.modal-inner-container {
|
||||
max-width: 100%;
|
||||
|
@ -122,7 +122,7 @@
|
|||
// .modal-footer .btn + .btn {
|
||||
.modal-footer .btn {
|
||||
margin-right: 5px;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.modal-footer .btn-group .btn + .btn {
|
||||
margin-left: -1px;
|
||||
|
|
Loading…
Reference in New Issue