Skip to content

Commit

Permalink
Redo Fix modal scrolling #9140 + fix for Batch
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrezdev committed Apr 9, 2016
1 parent 1796915 commit 7ab1d76
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions templates/protostar/less/template.less
Expand Up @@ -652,16 +652,3 @@ body.modal-open {
max-width: 100%;
}
}

/* Corrects the media modal padding on small devices */
@media (max-width: 767px) {
.field-media-wrapper .modal .modal-body {
padding: 5px 0;
}
}

/* Fix iOS scrolling inside bootstrap modals (using iframe) */
.modal-body {
-webkit-overflow-scrolling: touch;
overflow-y: auto !important;
}

0 comments on commit 7ab1d76

Please sign in to comment.