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
|
}, [
|