How to Prevent the Vertical Scroll Bar in RTE Widgets?
Overview
When working with Rich Text Editor (RTE) widgets, you may encounter an unwanted vertical scroll bar due to automatic padding applied in earlier versions. This padding was similar to other widgets and was based on the configured content. However, starting from version 6.14, a new feature has been introduced to address this issue.
Steps to Eliminate Vertical Scrollbar in RTE Widgets
By following these steps, you can maintain a clean and user-friendly interface in your RTE widgets without the distraction of unnecessary scroll bars.
-
Access the RTE Widget Settings: Navigate to the settings of the RTE widget you wish to adjust.
-
Locate the Content Padding Option: In the settings, find the option labeled ‘content padding’. This option was introduced in version 6.14 to give you control over the padding within the widget.
-
Adjust the Content Padding Property: Set the content padding property to your desired value. By reducing or eliminating this padding, you can prevent the RTE widget from showing a vertical scroll bar.
-
Save Your Changes: After adjusting the content padding, save your changes and preview the widget to ensure that the scroll bar is no longer visible.