I have a page with a tree region on the left side. Depending on what/which level of the tree the users clicks, the right side of the page shows reports.
But as the tree folds out and fills more then the hight of the page, then scrolling down the tree is scrolling the entire page down, and hiding the reports on the right side, which become invisible.
What I would like to achieve, is similar to using a “Navigation Menu”: The tree and the rest of the page scroll separately.
Any idea how to achieve this effect?