I checked css etc. of the upper tag with google chrome Devloper tools etc, but the influence definition was not found.
Is there anything else to do to make it 100% height?
<body>
<div id="app">
<div id="container">
<div id="contents">
<div id="gridMain" ></div>
</div><!-- #contents -->
</div><!-- #container -->
</div>
</body>
let gd = {
height: "100%-10", // It does not become effective.
// height: "flex", // Now we are applying this.
hwrap: false,
wrap: false,
collapsible: false,
resizable: true,
virtualX: true,
virtualY: false,
resizable: true,
fillHandle: "",
:
}
let grid = pq.grid("#gridMain", gd);