ApplicationShell, elementRoot, and reactive offsetHeight with resizable: true
I am trying to make a menu that requires a bit of JS in order to work to set maximum heights for lists that otherwise should scroll. Problem is that I cannot find a way to get an up to date
elementRoot.offsetHeight
elementRoot.offsetHeight
when the user resizes the application window. Is there a way to get those values?