@fy-/fws-vue 2.0.96 → 2.0.97

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.
@@ -252,7 +252,7 @@ onUnmounted(() => {
252
252
  <div
253
253
  v-if="true"
254
254
  :key="`image-display-${modelValue}`"
255
- class="flex-1 w-full max-w-full flex flex-col items-center justify-center absolute inset-0"
255
+ class="flex-1 w-full max-w-full flex flex-col items-center justify-center absolute inset-0 z-[2]"
256
256
  >
257
257
  <div
258
258
  class="flex-1 w-full max-w-full flex items-center justify-center"
@@ -285,7 +285,7 @@ onUnmounted(() => {
285
285
  </template>
286
286
  </div>
287
287
  <div
288
- class="flex-0 py-2 flex items-center justify-center max-w-full w-full"
288
+ class="flex-0 py-2 flex items-center justify-center max-w-full w-full relative z-[3]"
289
289
  >
290
290
  <slot :value="images[modelValue]"></slot>
291
291
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.0.96",
3
+ "version": "2.0.97",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {