From 9fcc76d9e4002f62a747e235f0369db390ed48f3 Mon Sep 17 00:00:00 2001 From: olivewind Date: Tue, 23 Oct 2018 10:49:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(dialog):=20=E5=9C=A8=20chrome=20=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E5=B1=82=E5=8F=A0=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dao-dialog/dao-dialog.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/dao-dialog/dao-dialog.scss b/src/components/dao-dialog/dao-dialog.scss index 70865fcc7..cde1b46bf 100644 --- a/src/components/dao-dialog/dao-dialog.scss +++ b/src/components/dao-dialog/dao-dialog.scss @@ -5,6 +5,7 @@ $dialog-header-bg-img: linear-gradient(0deg, rgb(242, 244, 247) 0%, rgb(245, 247 $dialog-border-color: #CCD1D9; .dao-dialog { &-backdrop { + transform: translate3d(0, 0, 0); position: fixed; top: 0; left: 0;