nextbox-ui-plugin
nextbox-ui-plugin copied to clipboard
nextbox-ui does not honor browser window size
Although there's some code in next_app.js the ui ignores the browser window size.
Actually, document.body.clientWidth (and ...Height) is always 0. Maybe the body to be measured is not rendered at this time? If I type document.body.clientWidth in the javascript console manually I get proper values.