dhx-react-suite 1.0.0 → 1.0.1
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/dhx-react-suite.js
CHANGED
|
@@ -788,7 +788,7 @@ function Xe({ title: r, children: a, width: g = 480, height: o, closable: s = !0
|
|
|
788
788
|
}
|
|
789
789
|
)
|
|
790
790
|
] }),
|
|
791
|
-
/* @__PURE__ */ t("div", { className: "dhx-scroll", style: { flex: 1, padding: 20, overflowY: "auto" }, children: a }),
|
|
791
|
+
/* @__PURE__ */ t("div", { className: "dhx-scroll", style: { flex: 1, minHeight: 0, padding: 20, overflowY: "auto" }, children: a }),
|
|
792
792
|
p && /* @__PURE__ */ t("div", { style: { padding: "12px 16px", borderTop: `1px solid ${e.border}`, display: "flex", justifyContent: "flex-end", gap: 8, background: e.bg }, children: p })
|
|
793
793
|
] })
|
|
794
794
|
] }) : null;
|