Remove default style for list view

Hi,

How to remove default style of a list view?
Below is my code.

{
                                        view: "list",
                                        id: "RailimageList",
                                        layout: "x",
                                        select: true,
                                        drag: true,
                                        type: {
                                            width: "auto",
                                            height: 105,
                                            
                                        },
                                        template: " id",
                                        data: dynamicImage,
                                    }
                                ]
                            },

After loading a page below default style was applying. I want to remove a style (overflow-y:scroll) ?

div class="webix_view webix_list-x" role="listbox" view_id="RailimageList" style="border-width: 1px; overflow-y: scroll; margin-left: 0px; margin-top: 0px; width: 853px; height: 105px;"><div class="webix_scroll_cont" style="width: auto;"></div>

Please suggest

Set scroll: “false”,