ai-design-system 0.1.49 → 0.1.50
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.
|
@@ -160,7 +160,7 @@ export const PageLayout = React.memo<PageLayoutProps>(
|
|
|
160
160
|
const pageContainer = (
|
|
161
161
|
<PageContainer className={`overflow-hidden ${className ?? ""}`}>
|
|
162
162
|
<AppHeader {...header} />
|
|
163
|
-
<div className={`min-h-0 flex-1 overflow-x-hidden ${layoutSections ? "overflow-hidden" : "overflow-y-auto"}`}>
|
|
163
|
+
<div className={`min-h-0 flex-1 flex flex-col overflow-x-hidden ${layoutSections ? "overflow-hidden" : "overflow-y-auto"}`}>
|
|
164
164
|
{contentArea}
|
|
165
165
|
</div>
|
|
166
166
|
</PageContainer>
|
package/dist/index.cjs
CHANGED
|
@@ -2049,7 +2049,7 @@ var PageLayout = React3__namespace.memo(
|
|
|
2049
2049
|
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex min-h-0 flex-1 flex-col", children });
|
|
2050
2050
|
const pageContainer = /* @__PURE__ */ jsxRuntime.jsxs(PageContainer, { className: `overflow-hidden ${className != null ? className : ""}`, children: [
|
|
2051
2051
|
/* @__PURE__ */ jsxRuntime.jsx(AppHeader, __spreadValues({}, header)),
|
|
2052
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: `min-h-0 flex-1 overflow-x-hidden ${layoutSections ? "overflow-hidden" : "overflow-y-auto"}`, children: contentArea })
|
|
2052
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: `min-h-0 flex-1 flex flex-col overflow-x-hidden ${layoutSections ? "overflow-hidden" : "overflow-y-auto"}`, children: contentArea })
|
|
2053
2053
|
] });
|
|
2054
2054
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2055
2055
|
LayoutProvider,
|