07-13-2021, 09:26 PM
(07-13-2021, 09:23 PM)Diego Wrote: That's the problem I was talking about, you have an element vertically staked but the height calculation uses a constant that works only when the table is the only element because it is based on the standard tactic title+tab barNo, we have bunch of custom layouts, and we use default tables as well.
If all your pages have the same layout you can change increase the 168px in:
bvr.src_el.setStyle("height", "calc(100vh - 168px)");
to take in account your custom menu bar height
I'll try to investigate this too