From ec0e4ec64cb76c24457693c9c13fc96271114294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Fri, 14 Jun 2019 17:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E7=BC=96=E8=BE=91=E6=A1=86?= =?UTF-8?q?=E4=B8=8B=E6=96=B9=E7=9A=84=E8=A2=AB=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index f6ed9b14..a4b0e549 100644 --- a/style.css +++ b/style.css @@ -305,6 +305,7 @@ ul{ /*编辑窗口*/ .blur-bg{ filter:blur(5px); + pointer-events: none; } .edit-box{ background-color: rgba(82, 53, 30, 0.8);