tree expand overlap

When we expand nodes in a large tree it will overlap element below the div container of the tree. This happens only in IE7. Firefox works fine.



Please be sure that you have fixed height for tree’s container.
If issue still occurs - add overflow:hidden style to the container of the tree

It ended up being some of our CSS where we had position: relative on the form field labels.