Hi,
thanks for the Richtext component! Unfortunately the scrolling does not work, if you have a longer text…
Any workaround for this?
Thanks,
Martin
Hi,
thanks for the Richtext component! Unfortunately the scrolling does not work, if you have a longer text…
Any workaround for this?
Thanks,
Martin
Hi, Martin!
For now, you can add css rule “overflow-x: auto;” for “.webix_richtext_container .webix_template”.
And if you want scroll to appear only for long texts, please, add also “margin: 0;” for “.webix_richtext_container .webix_richtext_editor”
This issue will be fixed in the next build. Thank you for pointing it out