From 98956847c14efb189abee4433183da7c0e342cc3 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 24 Feb 2016 19:25:29 +0000 Subject: [PATCH] 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 --- .../js/tinymce/skins/wordpress/wp-content.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css index b0df86cef6..f4a1782a8a 100644 --- a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -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;