From be08732e6b78f6f0f071e7c0461691ac2e5ac8cf Mon Sep 17 00:00:00 2001 From: kuaifan Date: Sat, 19 Feb 2022 14:43:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9A=97=E9=BB=91=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E6=B5=81=E7=A8=8B=E5=9B=BE=E6=97=A0=E6=B3=95=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E6=B5=8F=E8=A7=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/drawio/viewer.html | 5 ++++- resources/assets/statics/public/js/drawio/viewer.html | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/public/js/drawio/viewer.html b/public/js/drawio/viewer.html index 7f20f76a..6f0e9909 100644 --- a/public/js/drawio/viewer.html +++ b/public/js/drawio/viewer.html @@ -13,7 +13,9 @@ left: 0; right: 0; top: 0; - bottom: 0 + bottom: 0; + overflow: hidden; + background: #ffffff; }