@gisce/react-ooui 1.1.61 → 1.1.62
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
|
@@ -25842,7 +25842,8 @@ const Dashboard$1 = forwardRef(Dashboard), Tag = (e) => /* @__PURE__ */ jsx(Fiel
|
|
|
25842
25842
|
} = e;
|
|
25843
25843
|
return /* @__PURE__ */ jsx("div", {
|
|
25844
25844
|
style: {
|
|
25845
|
-
height: r.height ? r.height + "px" : "100%"
|
|
25845
|
+
height: r.height ? r.height + "px" : "100%",
|
|
25846
|
+
overflow: "auto"
|
|
25846
25847
|
},
|
|
25847
25848
|
children: /* @__PURE__ */ jsx(ReactMarkdown, {
|
|
25848
25849
|
children: t,
|