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

[BUGFIX] Fix the fullscreen dialog

parent 4e4614fb
No related branches found
No related tags found
1 merge request!10Typo3v8compatibility
......@@ -351,7 +351,8 @@ class RichTextElement extends AbstractFormElement {
$result = array();
// next line is required to fix the scrolling toolbar elements in the tinymce
$result[] = '<style>body{position:relative;}</style>';
// also fixes the fullscreen dialog
$result[] = '<style>body{position:relative;}.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