Skip to content

Commit

Permalink
Update resources/views/product/partials/gallery/popup.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin authored Dec 5, 2024
1 parent ec52cd5 commit 39d8bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/product/partials/gallery/popup.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div v-if="images.length && zoomed" class="fixed inset-0 bg-white cursor-zoom-out flex {{ config('rapidez.frontend.z-indexes.popup') }}">
<div v-if="images.length && zoomed" class="fixed inset-0 bg-white cursor-zoom-out flex z-popup">
<div class="flex flex-1 items-center justify-center" v-on:click.prevent="toggleZoom">
<img
:src="config.media_url + '/catalog/product' + images[active]"
Expand Down

0 comments on commit 39d8bdc

Please sign in to comment.