Layout cell width and height

Hi Folks,

I am still trying to understand the layout object. I have a very simple example where I expect the layout to fill the whole page, as it’s parent is the document.body, and a div it contains has width:100;height:100, however the layout and my div end up being 11px high apparently due to the dhtmlx dhxMainCont div that contains my div and has a height of 11px. Here is the dhxMainCont div as seen in the DOM:

div style=“position: relative; left: 0px; top: 0px; overflow: hidden; width: 1227px; height: 11px;” ida=“dhxMainCont”>

and here is my sample code:

dpw body { width: 100%; height: 100%; margin: 0px; overflow: hidden; }

Any help would be greatly appreciated.

Thanks,

Daryl

Hi
Can’t reproduce locally. Can you provide a screenshot of your issue?