Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Vertical scrollbar in Grid editor is missing for rich text editor. Is there any configuration for that or can CSS it.
you can use this fix: add a css to the datatype for GridLayout, then add this to display a scrollbar in any direction when needed:
body.mce-content-body { overflow: scroll !important; }
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Vertfical scrollbar
Vertical scrollbar in Grid editor is missing for rich text editor. Is there any configuration for that or can CSS it.
you can use this fix: add a css to the datatype for GridLayout, then add this to display a scrollbar in any direction when needed:
is working on a reply...