flemo 1.3.7 → 1.3.8
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 +1 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1576,7 +1576,6 @@ function Ct({
|
|
|
1576
1576
|
height: "100%",
|
|
1577
1577
|
backgroundColor: "white",
|
|
1578
1578
|
touchAction: "none",
|
|
1579
|
-
overflowY: "auto",
|
|
1580
1579
|
...l.style
|
|
1581
1580
|
},
|
|
1582
1581
|
children: [
|
|
@@ -1601,7 +1600,7 @@ function Ct({
|
|
|
1601
1600
|
}
|
|
1602
1601
|
}
|
|
1603
1602
|
),
|
|
1604
|
-
/* @__PURE__ */ D("div", { style: { display: "flex", flexDirection: "column", flexGrow: 1 }, children: n }),
|
|
1603
|
+
/* @__PURE__ */ D("div", { style: { display: "flex", flexDirection: "column", flexGrow: 1, overflowY: "auto" }, children: n }),
|
|
1605
1604
|
o && /* @__PURE__ */ D(
|
|
1606
1605
|
"div",
|
|
1607
1606
|
{
|