fix(album): removing images does not work on mobile

This commit is contained in:
2025-06-02 14:09:17 -04:00
parent 7a0b97ac1a
commit 4cdde61a47
2 changed files with 2 additions and 0 deletions

View File

@@ -398,6 +398,7 @@ function handlePhotoClick(index) {
<style scoped> <style scoped>
.content-section { .content-section {
@apply w-full overflow-hidden; @apply w-full overflow-hidden;
@apply cursor-pointer;
} }
.video-container { .video-container {

View File

@@ -218,6 +218,7 @@ function deleteImage(index) {
@apply w-full; @apply w-full;
@apply h-full; @apply h-full;
@apply object-cover; @apply object-cover;
@apply pointer-events-none;
} }
.action-btn { .action-btn {