comand-component-library 4.2.17 → 4.2.18

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.
@@ -20456,7 +20456,7 @@ const hx = /* @__PURE__ */ F(px, [["render", fx]]), gx = [
20456
20456
  text: "Zimbabwe",
20457
20457
  value: "zw"
20458
20458
  }
20459
- ], OC = "comand-component-library", LC = "4.2.17", IC = "GPL-3.0-only", BC = "CoManD-UI", DC = "module", MC = {
20459
+ ], OC = "comand-component-library", LC = "4.2.18", IC = "GPL-3.0-only", BC = "CoManD-UI", DC = "module", MC = {
20460
20460
  prepublishOnly: "npm run build-lib",
20461
20461
  dev: "vite",
20462
20462
  build: "vite build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.2.17",
3
+ "version": "4.2.18",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -49,8 +49,8 @@ html {
49
49
  display: flex;
50
50
  flex-direction: column;
51
51
  scroll-snap-type: y mandatory;
52
- overflow-y: scroll;
53
- height: 100dvh;
52
+ overflow-y: auto;
53
+ min-height: 100dvh;
54
54
  scroll-behavior: smooth;
55
55
  scroll-padding-top: 11.7rem;
56
56
  }