Skip to content
Snippets Groups Projects
Commit 0f3ef587 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] selector must be more specific for the last hack

parent 66b185c1
No related branches found
No related tags found
1 merge request!10Typo3v8compatibility
......@@ -352,7 +352,7 @@ class RichTextElement extends AbstractFormElement {
$result = array();
// next line is required to fix the scrolling toolbar elements in the tinymce
// also fixes the fullscreen dialog
$result[] = '<style>body{position:relative;}.mce-fullscreen{top: 65px;}</style>';
$result[] = '<style>body{position:relative;}div.mce-fullscreen{top: 65px;}</style>';
// The hidden field tells the DataHandler that processing should be done on this value.
$result[] = '<input type="hidden" name="' . htmlspecialchars($triggerFieldName) . '" value="RTE" />';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment