fix: initial application

This commit is contained in:
cha0s 2021-02-13 08:13:02 -06:00
parent d05b2796ce
commit 87a371a9cb

View File

@ -83,6 +83,7 @@ export default () => class DomNode extends decorate(Trait) {
if ('client' === process.env.SIDE) {
this.entity.node = window.document.createElement('entity');
this.entity.node.style.position = 'absolute';
this.applyStyleRules();
}
}