SideMenu stops expanding

Im using the SideMenu component to explore the tree structure inside of a WSDL Soap response class. This object is very large and many objects nested in it. I need to extract the path for a beanwrapper. The problem is that the sidemenu seems to have a row limit and stops expanding half way. Is there a hard limit to how many items the sidemenu has or is it some other problem?

Hi,

Could you please attache a small demo project that reproduces the problem? Unfortunately, for now it’s unclear what went wrong.

Regards,
Gleb

Hi,
Unable to scroll beyond the 55 items of the side menu.
image

Attaching the Demo project as well.
SideMenuScroll.zip (85.1 KB)

1 Like

Thank you for reporting the problem, I’ve created a GitHub issue. As a workaround, the following styles seem to work:

.jmix-sidemenu-submenu-open {
  max-height: inherit;
}

Regards,
Gleb

I tried the Style but it’s not working for me.
Did a clean build and also cleared the cache. The issue persists.

Probably, you you need to refresh the page without cache, because styles above work for me

Screenshot 2023-01-24 at 13.56.31

Here your project with my changes:
SideMenuScroll.zip (90.5 KB)

Regards,
Gleb

1 Like