@gisce/react-ooui 1.2.0-rc.76 → 1.2.0-rc.77
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/react-ooui.es.js
CHANGED
|
@@ -28043,7 +28043,8 @@ const Dashboard$1 = forwardRef(Dashboard), Tag = (e) => /* @__PURE__ */ jsx(Fiel
|
|
|
28043
28043
|
} = e;
|
|
28044
28044
|
return /* @__PURE__ */ jsx("div", {
|
|
28045
28045
|
style: {
|
|
28046
|
-
height: r.height ? r.height + "px" : "100%"
|
|
28046
|
+
height: r.height ? r.height + "px" : "100%",
|
|
28047
|
+
overflow: "auto"
|
|
28047
28048
|
},
|
|
28048
28049
|
children: /* @__PURE__ */ jsx(ReactMarkdown, {
|
|
28049
28050
|
children: t,
|