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:
parent
3ecaee903e
commit
efb8f1d491
@ -1290,6 +1290,7 @@ i.mce-i-wp_code:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#wp-link-wrap.search-panel-visible #link-selector {
|
#wp-link-wrap.search-panel-visible #link-selector {
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 36px;
|
top: 36px;
|
||||||
@ -1478,6 +1479,7 @@ i.mce-i-wp_code:before {
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
width: -webkit-calc(100% - 68px);
|
width: -webkit-calc(100% - 68px);
|
||||||
width: calc(100% - 68px);
|
width: calc(100% - 68px);
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wp-link .item-info {
|
#wp-link .item-info {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user