diff --git a/src/components/ImageLightbox.vue b/src/components/ImageLightbox.vue index 644de05..bd63792 100644 --- a/src/components/ImageLightbox.vue +++ b/src/components/ImageLightbox.vue @@ -48,7 +48,7 @@ watch(isOpen, (value) => { v-if="src" :src="src" :alt="alt" - class="max-h-[100vh] max-w-[100vw] rounded-lg bg-white p-3 cursor-zoom-out" + class="max-h-[96vh] max-w-[96vw] rounded-lg bg-white p-3 cursor-zoom-out" />