From 1a287baf0b0ba22f11036d23b5476107539620ff Mon Sep 17 00:00:00 2001 From: Boomkaa <173308582@qq.com> Date: Wed, 21 May 2025 16:39:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20fix(dialog):=20=E4=BF=AE=E5=A4=8Ddialog?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=90=8E=EF=BC=8C=E9=87=8C=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E8=BF=98=E8=83=BD=E7=82=B9=E5=87=BB=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #3529 --- src/popup/popup.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/popup/popup.less b/src/popup/popup.less index 4733b4061..8091b820b 100644 --- a/src/popup/popup.less +++ b/src/popup/popup.less @@ -98,6 +98,7 @@ &.@{popup}--center { transform: scale(0.6) translate3d(-50%, -50%, 0); opacity: 0; + pointer-events: none; } } }