Closed frato92 closed 1 year ago
I have a tree structure with child and subchild nodes. When I expand a section, an overlapping problem arises, as the node below does not scroll as shown in the image.
The tree is built with this html: `
This is the js: $("#kt_tree_1").jstree({ "core": { "themes": { "responsive": false } }, "types": { "default": { "icon": "fa fa-folder" }, "file": { "icon": "fa fa-file" } }, "plugins": ["types"] });
$("#kt_tree_1").jstree({ "core": { "themes": { "responsive": false } }, "types": { "default": { "icon": "fa fa-folder" }, "file": { "icon": "fa fa-file" } }, "plugins": ["types"] });
fixed, the problem was due to a CSS conflict
I have a tree structure with child and subchild nodes. When I expand a section, an overlapping problem arises, as the node below does not scroll as shown in the image.
The tree is built with this html: `
This is the js:
$("#kt_tree_1").jstree({ "core": { "themes": { "responsive": false } }, "types": { "default": { "icon": "fa fa-folder" }, "file": { "icon": "fa fa-file" } }, "plugins": ["types"] });