Make WordPress Core

Ticket #31611: 31611.3.patch

File 31611.3.patch, 828 bytes (added by iseulde, 10 years ago)
  • src/wp-admin/css/common.css

     
    227227
    228228body.mobile.modal-open #wpwrap {
    229229        overflow: hidden;
     230        position: fixed;
    230231        height: 100%;
    231232}
    232233
     
    21962197
    21972198#plugin-information-scrollable {
    21982199        overflow: auto;
     2200        -webkit-overflow-scrolling: touch;
    21992201        height: 100%;
    22002202}
    22012203
  • src/wp-includes/css/media-views.css

     
    1919.media-frame {
    2020        font-family: "Open Sans", sans-serif;
    2121        font-size: 12px;
     22        -webkit-overflow-scrolling: touch;
    2223}
    2324
    2425.media-frame input,