Skip to content

Commit 388b23c

Browse files
zanileeundefined-olha
authored andcommitted
MAGETWO-57390: [Backport] - Cursor no appearing when editing product description (bug in TinyMCE)
1 parent b2cceb7 commit 388b23c

File tree

1 file changed

+2
-1
lines changed
  • lib/web/mage/adminhtml/wysiwyg/tiny_mce/themes/advanced/skins/default

1 file changed

+2
-1
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/themes/advanced/skins/default/content.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
html {height: 100%;}
67
body, td, pre { color:#2f2f2f; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:8px; }
7-
body { background:#fff; }
8+
body {background:#fff; min-height: calc(100% - 20px);}
89
body.mceForceColors { background:#fff; color:#2f2f2f; }
910
h1 {font-size: 2em}
1011
h2 {font-size: 1.5em}

0 commit comments

Comments
 (0)