fix(album): removing images does not work on mobile
This commit is contained in:
@@ -398,6 +398,7 @@ function handlePhotoClick(index) {
|
||||
<style scoped>
|
||||
.content-section {
|
||||
@apply w-full overflow-hidden;
|
||||
@apply cursor-pointer;
|
||||
}
|
||||
|
||||
.video-container {
|
||||
|
||||
@@ -218,6 +218,7 @@ function deleteImage(index) {
|
||||
@apply w-full;
|
||||
@apply h-full;
|
||||
@apply object-cover;
|
||||
@apply pointer-events-none;
|
||||
}
|
||||
|
||||
.action-btn {
|
||||
|
||||
Reference in New Issue
Block a user