@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.cjs CHANGED
@@ -8936,8 +8936,8 @@ function DetailModalFrame(props) {
8936
8936
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-base font-semibold text-gray-900", children: title }),
8937
8937
  !isEditMode && canEdit && /* @__PURE__ */ jsxRuntime.jsx(Button, { variant: "outline", size: "sm", onClick: handleEdit, children: "\uC218\uC815" })
8938
8938
  ] }),
8939
- /* @__PURE__ */ jsxRuntime.jsxs(ModalBody, { className: "flex-1 min-h-0 p-0", children: [
8940
- /* @__PURE__ */ jsxRuntime.jsx(
8939
+ /* @__PURE__ */ jsxRuntime.jsxs(ModalBody, { className: "flex-1 min-h-0 overflow-hidden p-0 flex flex-col", children: [
8940
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex-1 min-h-0 overflow-y-auto", children: /* @__PURE__ */ jsxRuntime.jsx(
8941
8941
  DetailContent,
8942
8942
  {
8943
8943
  controller,
@@ -8950,7 +8950,7 @@ function DetailModalFrame(props) {
8950
8950
  renderEditBody,
8951
8951
  layout: "none"
8952
8952
  }
8953
- ),
8953
+ ) }),
8954
8954
  renderExtraContent?.({ isEditMode })
8955
8955
  ] }),
8956
8956
  /* @__PURE__ */ jsxRuntime.jsx(ModalFooter, { className: "flex justify-end gap-2", children: isEditMode ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [