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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -2
  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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flemo",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "A modern React router library with built-in motion animations and smooth transitions",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",