TinyMCE: remove the iframe expansion CSS fix for iOS Safari. Not needed in iOS 9.x. Fixes visual glitches with the caret.

Fixes #35939.

git-svn-id: https://develop.svn.wordpress.org/trunk@36692 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2016-02-24 19:25:29 +00:00
parent 036bac45bc
commit 98956847c1

View File

@@ -4,15 +4,6 @@ html {
cursor: text;
}
html.ios {
height: 100%;
}
.ios body#tinymce {
height: 200%;
max-width: none;
}
body {
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
font-size: 16px;