fix(album): removing images does not work on mobile
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user