From 59c6a6eac2e2d2bb2734b6a3f19e900d312560ac Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Tue, 29 Nov 2022 21:29:02 +0800 Subject: [PATCH] fix:hyperlink popup zIndex --- src/editor/assets/css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor/assets/css/index.css b/src/editor/assets/css/index.css index 1189064..751c963 100644 --- a/src/editor/assets/css/index.css +++ b/src/editor/assets/css/index.css @@ -443,6 +443,7 @@ padding: 16px; white-space: nowrap; position: absolute; + z-index: 1; text-align: center; display: none; }