From 9a9183a8445cc047fcb60935f5d2ab26b44bc61a Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 13 Aug 2024 20:58:52 +0800 Subject: [PATCH] Disable point events for the placeholder --- src/theme/NativeIdealImage.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme/NativeIdealImage.css b/src/theme/NativeIdealImage.css index 1976c41..8582260 100644 --- a/src/theme/NativeIdealImage.css +++ b/src/theme/NativeIdealImage.css @@ -14,6 +14,7 @@ content: ''; position: absolute; inset: 0; + pointer-events: none; background-image: var(--lqip); background-repeat: no-repeat; background-size: cover;