Nic-editor bug

Hi Webix Team,

In this -
https://docs.webix.com/samples/32_thirdparty/02_nicedit.html

If you having large data it does not showing any scroll.

Thanks

Hello,

You can add scroll css in the following way:

.editor.webix_view.webix_selectable > div:nth-child(2){
    overflow-y:scroll;
}
{ view:"nic-editor", css:"editor" }

https://snippet.webix.com/romk2wql

Thank you helga :slight_smile: