This first picture is what my jqTree looks like when the page is first loaded:
When I close then re-expand the "USA" node this is what it re-expands to:
Upon inspecting it in Google Chrome debugger:
You can see that for some reason the overflow: hidden was added to the element's style! When I delete/disable this element style the tree works as expected and everything is fine and well.
I also have determined that when I remove the bootstrap css from my header this bug no longer happens.
Does anybody here have any idea why/when/where/how bootstrap is adding this style? I added a DOM breakpoint in chrome to the element (on attribute change), but the style is actually set before the breakpoint even gets hit, so that just leaves me even more confused...
This bug does not happen in firefox.
Help please