Modals: Significantly improve the touch scrolling experience.

This particularly fixes the attachment and plugin details modals, but also improves other modals such as wpLink and interim login.

props iseulde.
fixes #31609, #31611. see #31610, #31612.


git-svn-id: https://develop.svn.wordpress.org/trunk@32073 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-04-08 03:18:58 +00:00
parent c316465e03
commit 1ad6f40e53
2 changed files with 3 additions and 0 deletions

View File

@ -227,6 +227,7 @@ body.modal-open {
body.mobile.modal-open #wpwrap {
overflow: hidden;
position: fixed;
height: 100%;
}
@ -2200,6 +2201,7 @@ div.action-links {
#plugin-information-scrollable {
overflow: auto;
-webkit-overflow-scrolling: touch;
height: 100%;
}

View File

@ -19,6 +19,7 @@
.media-frame {
font-family: "Open Sans", sans-serif;
font-size: 12px;
-webkit-overflow-scrolling: touch;
}
.media-frame input,