catchup-library-web 2.6.1 → 2.6.2

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
@@ -3819,7 +3819,7 @@ var ActivityBodyContent = ({
3819
3819
  key
3820
3820
  });
3821
3821
  }).filter(Boolean);
3822
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "flex flex-col h-full overflow-y-auto", children: processedBodies.map((body, index) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
3822
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "flex flex-col", children: processedBodies.map((body, index) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
3823
3823
  ShowBodyMediaByContentType_default,
3824
3824
  {
3825
3825
  index,
package/dist/index.mjs CHANGED
@@ -3585,7 +3585,7 @@ var ActivityBodyContent = ({
3585
3585
  key
3586
3586
  });
3587
3587
  }).filter(Boolean);
3588
- return /* @__PURE__ */ jsx21("div", { className: "flex flex-col h-full overflow-y-auto", children: processedBodies.map((body, index) => /* @__PURE__ */ jsx21(
3588
+ return /* @__PURE__ */ jsx21("div", { className: "flex flex-col", children: processedBodies.map((body, index) => /* @__PURE__ */ jsx21(
3589
3589
  ShowBodyMediaByContentType_default,
3590
3590
  {
3591
3591
  index,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -107,7 +107,7 @@ const ActivityBodyContent = ({
107
107
  .filter(Boolean);
108
108
 
109
109
  return (
110
- <div className="flex flex-col h-full overflow-y-auto">
110
+ <div className="flex flex-col">
111
111
  {processedBodies.map((body, index) => (
112
112
  <ShowBodyMediaByContentType
113
113
  key={`body-${body.key}-${index}`}