Make WordPress Core

Changeset 31957


Ignore:
Timestamp:
04/01/2015 03:33:55 PM (9 years ago)
Author:
helen
Message:

wpLink: Enable smooth scrolling on iOS devices.

fixes #31612.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/editor.css

    r31858 r31957  
    12911291
    12921292#wp-link-wrap.search-panel-visible #link-selector {
     1293    -webkit-overflow-scrolling: touch;
    12931294    padding: 0 16px;
    12941295    position: absolute;
     
    14791480    width: -webkit-calc(100% - 68px);
    14801481    width: calc(100% - 68px);
     1482    word-wrap: break-word;
    14811483}
    14821484
Note: See TracChangeset for help on using the changeset viewer.