@uxland/primary-shell 6.0.1 → 6.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -45239,7 +45239,7 @@ class n extends HTMLElement {
|
|
|
45239
45239
|
}
|
|
45240
45240
|
connectedCallback() {
|
|
45241
45241
|
const J = document.createElement("div");
|
|
45242
|
-
J.style.minHeight = "100%", J.style.width = "100%";
|
|
45242
|
+
J.style.minHeight = "100%", J.style.width = "100%", J.style.height = "100%";
|
|
45243
45243
|
const X = document.createElement("style");
|
|
45244
45244
|
X.innerText = this.styles, this.root.appendChild(J), this.root.appendChild(X), this.reactRoot = r$L.createRoot(J), this.renderReact();
|
|
45245
45245
|
}
|