mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user