diff --git a/css/ebi-global-drupal.css b/css/ebi-global-drupal.css index 07bd556e9db27f3a1cc9ca33a9e84c6adf40ddc1..19453db320c02992fa01e53b5b93a37e0ceb41b7 100644 --- a/css/ebi-global-drupal.css +++ b/css/ebi-global-drupal.css @@ -97,4 +97,4 @@ body.is-reveal-open #status-messages.static .alert-box { /* tinyMce WYSIWYG fixes */ body.mceContentBody, -body#tinymce { font-size: 1rem; margin: 0 1em; } +body#tinymce { font-size: 1rem; margin: 0 1em; overflow-y: scroll !important; }