From d8e230a72f38224cf244893e3d78c4375876b48a Mon Sep 17 00:00:00 2001 From: Yueyu Date: Wed, 21 Jul 2021 16:41:09 +0800 Subject: [PATCH] fix .modal.fade position --- editions/free/src/css/editormodal.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/editions/free/src/css/editormodal.css b/editions/free/src/css/editormodal.css index 36168e1..bc4502e 100644 --- a/editions/free/src/css/editormodal.css +++ b/editions/free/src/css/editormodal.css @@ -41,10 +41,6 @@ margin-right: auto; } -.modal.fade { - top: -100%; -} - .modal-body { width: 420px; height: 113px;