eco-vue-js 0.5.22 → 0.5.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,7 +25,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
25
25
  renderSlot(_ctx.$slots, "default")
26
26
  ]),
27
27
  createElementVNode("div", {
28
- class: normalizeClass(["sticky bottom-0 flex justify-center p-[var(--modal-wrapper-padding,2rem)] gap-[var(--modal-wrapper-padding,2rem)] w-full bg-default dark:bg-default-dark", {
28
+ class: normalizeClass(["sticky bottom-0 z-[1] flex justify-center p-[var(--modal-wrapper-padding,2rem)] gap-[var(--modal-wrapper-padding,2rem)] w-full bg-default dark:bg-default-dark", {
29
29
  "sm-not:flex-col": !_ctx.maximized
30
30
  }])
31
31
  }, [
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.5.22",
7
+ "version": "0.5.23",
8
8
  "scripts": {
9
9
  "dev": "vite",
10
10
  "build": "run-p type-check build-only",