Make WordPress Core

Changeset 32073


Ignore:
Timestamp:
04/08/2015 03:18:58 AM (10 years ago)
Author:
helen
Message:

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.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r32068 r32073  
    228228body.mobile.modal-open #wpwrap {
    229229    overflow: hidden;
     230    position: fixed;
    230231    height: 100%;
    231232}
     
    22012202#plugin-information-scrollable {
    22022203    overflow: auto;
     2204    -webkit-overflow-scrolling: touch;
    22032205    height: 100%;
    22042206}
  • trunk/src/wp-includes/css/media-views.css

    r32072 r32073  
    2020    font-family: "Open Sans", sans-serif;
    2121    font-size: 12px;
     22    -webkit-overflow-scrolling: touch;
    2223}
    2324
Note: See TracChangeset for help on using the changeset viewer.