vakata / jstree

jquery tree plugin

Home Page:http://jstree.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overlapping

frato92 opened this issue · comments

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:
`




  • Root node 1



    • Initially selected


    • custom icon URL


    • initially open


      • Disabled Node


      • Another node




    • Custom icon class (bootstrap)





  • Clickable link node


`

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

fixed, the problem was due to a CSS conflict