@farmzone/fz-react-ui 0.0.10 → 1.0.0

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 CHANGED
@@ -8902,8 +8902,8 @@ function DetailModalFrame(props) {
8902
8902
  /* @__PURE__ */ jsx("span", { className: "text-base font-semibold text-gray-900", children: title }),
8903
8903
  !isEditMode && canEdit && /* @__PURE__ */ jsx(Button, { variant: "outline", size: "sm", onClick: handleEdit, children: "\uC218\uC815" })
8904
8904
  ] }),
8905
- /* @__PURE__ */ jsxs(ModalBody, { className: "flex-1 min-h-0 p-0", children: [
8906
- /* @__PURE__ */ jsx(
8905
+ /* @__PURE__ */ jsxs(ModalBody, { className: "flex-1 min-h-0 overflow-hidden p-0 flex flex-col", children: [
8906
+ /* @__PURE__ */ jsx("div", { className: "flex-1 min-h-0 overflow-y-auto", children: /* @__PURE__ */ jsx(
8907
8907
  DetailContent,
8908
8908
  {
8909
8909
  controller,
@@ -8916,7 +8916,7 @@ function DetailModalFrame(props) {
8916
8916
  renderEditBody,
8917
8917
  layout: "none"
8918
8918
  }
8919
- ),
8919
+ ) }),
8920
8920
  renderExtraContent?.({ isEditMode })
8921
8921
  ] }),
8922
8922
  /* @__PURE__ */ jsx(ModalFooter, { className: "flex justify-end gap-2", children: isEditMode ? /* @__PURE__ */ jsxs(Fragment, { children: [