@fy-/fws-vue 2.3.75 → 2.3.76

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.
@@ -75,10 +75,10 @@ onUnmounted(() => {
75
75
  <DefaultModal
76
76
  id="confirm"
77
77
  ref="modalRef"
78
- m-size="!max-w-3xl w-full"
78
+ m-size="!max-w-3xl w-full !z-[99999]"
79
79
  >
80
80
  <div
81
- class="bg-gradient-to-br from-gray-900/70 to-gray-800/50 rounded-lg border border-gray-700/30 overflow-hidden"
81
+ class="bg-gradient-to-br from-gray-900/70 to-gray-800/50 rounded-lg border border-gray-700/30 overflow-hidden !z-[99999]"
82
82
  :aria-labelledby="title ? 'confirm-modal-title' : undefined"
83
83
  :aria-describedby="desc ? 'confirm-modal-desc' : undefined"
84
84
  aria-modal="true"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.3.75",
3
+ "version": "2.3.76",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",