analytica-frontend-lib 1.2.64 → 1.2.65

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.mjs CHANGED
@@ -763,7 +763,7 @@ function PageContainer({
763
763
  "div",
764
764
  {
765
765
  className: cn(
766
- "flex flex-col w-full h-full items-center pb-5 relative",
766
+ "flex flex-col w-full min-h-full items-center pb-5 relative",
767
767
  className
768
768
  ),
769
769
  children: /* @__PURE__ */ jsx("div", { className: "flex flex-col w-full max-w-[1000px] lg:px-0 px-4", children })