Forums Members Recent Posts Forums Main Support Forums How-to and Troubles... Editor TinyMCE add ... Share: Share Tweet Share Notifications Clear all [Solved] Editor TinyMCE add scroll bar Page 2 / 2 Prev 1 2 Last Post RSS Posts: 111 nando4 February 12, 2020 4:37 pm (@nando4) Estimable Member Joined: 5 years ago @moderworks , the scrollbar is gone again with wpforo 1.7.0, seemingly ignoring the previous fix. If you figure out the fix for 1.7.0 pls post. 1 Reply Sofy Admin (@sofy) Joined: 4 years ago Support Team Posts: 4057 February 14, 2020 2:02 pm Reply tonando4 @nando4, Please remove all customization you've done, put the code below in your current active theme functions.php file: add_filter('wpforo_editor_settings', function ($settings){ $settings['editor_height'] = 380; $settings['tinymce']['wp_autoresize_on'] = false; return $settings;}); The 380 can be changed as you like. In case you want to say thank you !) We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team. Page 2 / 2 Prev 1 2 Share: Share Tweet Share