@orion-studios/payload-studio 0.6.0-beta.105 → 0.6.0-beta.106
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/admin/client.js +1 -1
- package/dist/admin/client.mjs +1 -1
- package/package.json +1 -1
package/dist/admin/client.js
CHANGED
|
@@ -4253,7 +4253,7 @@ function AdminStudioPageEditView(props) {
|
|
|
4253
4253
|
]
|
|
4254
4254
|
}
|
|
4255
4255
|
),
|
|
4256
|
-
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { style: { height: "
|
|
4256
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { style: { height: "100dvh", overflow: "hidden" }, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
4257
4257
|
"iframe",
|
|
4258
4258
|
{
|
|
4259
4259
|
ref: iframeRef,
|
package/dist/admin/client.mjs
CHANGED
|
@@ -2882,7 +2882,7 @@ function AdminStudioPageEditView(props) {
|
|
|
2882
2882
|
]
|
|
2883
2883
|
}
|
|
2884
2884
|
),
|
|
2885
|
-
/* @__PURE__ */ jsx19("div", { style: { height: "
|
|
2885
|
+
/* @__PURE__ */ jsx19("div", { style: { height: "100dvh", overflow: "hidden" }, children: /* @__PURE__ */ jsx19(
|
|
2886
2886
|
"iframe",
|
|
2887
2887
|
{
|
|
2888
2888
|
ref: iframeRef,
|
package/package.json
CHANGED