From 57266003c8ea07c571186cd7aa53902b30a42241 Mon Sep 17 00:00:00 2001 From: Handle Date: Tue, 22 Jan 2019 23:59:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E6=88=AA=E5=9B=BE=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=AE=BE=E7=BD=AE=E9=BC=A0=E6=A0=87=E7=A9=BF?= =?UTF-8?q?=E9=80=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/main/index.html | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/main/index.html b/bin/main/index.html index e970e40..877b5ad 100644 --- a/bin/main/index.html +++ b/bin/main/index.html @@ -50,6 +50,7 @@ top: 100vh; right: 0; transition: top 300ms linear; + pointer-events: none; } #screenshotLabel.show { top: calc(100vh - 64px); diff --git a/package.json b/package.json index 0af6737..ca11288 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "majsoul-plus-client", - "version": "1.8.0", + "version": "1.8.1", "productName": "Majsoul Plus", "author": "MajsoulPlus Team", "description": "Majsoul Plus",