vakata / jstree

jquery tree plugin
http://jstree.com
MIT License
5.15k stars 1.38k forks source link

Overlapping #2699

Closed frato92 closed 1 year ago

frato92 commented 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"] });

image image

frato92 commented 1 year ago

fixed, the problem was due to a CSS conflict