Add pointer-events: none to visitor banner mask

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-24 01:19:31 +00:00
parent 9a60787b16
commit e7e600fc25

View File

@@ -122,6 +122,7 @@ onMounted(() => {
background-size: cover;
-webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1.0), transparent);
mask-image: linear-gradient(rgba(0, 0, 0, 1.0), transparent);
pointer-events: none;
}
.dashboard {