os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 31 forks source link

Add root element for contents #94

Closed andersevenrud closed 4 years ago

andersevenrud commented 4 years ago

Right now all widgets renders directly into the main root, which means that JavaScript is needed to correctly set certain dimensions.

Instead of doing this, add another container to hold everything except panels:

PR: https://github.com/os-js/osjs-client/pull/95