Fix iOS touch position misalignment with mask-image by adding pointer-events: none

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-24 01:17:30 +00:00
parent 72e02a9594
commit 9a60787b16
2 changed files with 5 additions and 0 deletions

View File

@@ -500,6 +500,7 @@ defineExpose({
rgb(0 0 0 / 95.1%) 42.25%,
rgb(0 0 0 / 100%) 50%
);
pointer-events: none;
}
.newBg2 {
@@ -517,6 +518,7 @@ defineExpose({
rgb(0 0 0 / 95.1%) 91.9%,
rgb(0 0 0 / 100%) 100%
);
pointer-events: none;
}
.newButton {

View File

@@ -246,6 +246,7 @@ function menuEdit() {
rgb(0 0 0 / 95.1%) 42.25%,
rgb(0 0 0 / 100%) 50%
);
pointer-events: none;
}
&::after {
@@ -266,6 +267,7 @@ function menuEdit() {
rgb(0 0 0 / 95.1%) 91.9%,
rgb(0 0 0 / 100%) 100%
);
pointer-events: none;
}
}
@@ -317,6 +319,7 @@ function menuEdit() {
rgb(0 0 0 / 95.1%) 91.9%,
rgb(0 0 0 / 100%) 100%
);
pointer-events: none;
}
}