wpLink: Enable smooth scrolling on iOS devices.

fixes #31612.


git-svn-id: https://develop.svn.wordpress.org/trunk@31957 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-04-01 15:33:55 +00:00
parent 3ecaee903e
commit efb8f1d491
1 changed files with 2 additions and 0 deletions

View File

@ -1290,6 +1290,7 @@ i.mce-i-wp_code:before {
}
#wp-link-wrap.search-panel-visible #link-selector {
-webkit-overflow-scrolling: touch;
padding: 0 16px;
position: absolute;
top: 36px;
@ -1478,6 +1479,7 @@ i.mce-i-wp_code:before {
width: 80%;
width: -webkit-calc(100% - 68px);
width: calc(100% - 68px);
word-wrap: break-word;
}
#wp-link .item-info {