From 499b6233b6825ac0b6e69fa3b52b20570a871310 Mon Sep 17 00:00:00 2001 From: Zihua Li Date: Fri, 22 Sep 2023 11:52:08 +0800 Subject: [PATCH] Fix list IME support in Safari --- assets/core.styl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/core.styl b/assets/core.styl index c9f7dc9a0a..1182f18cb7 100644 --- a/assets/core.styl +++ b/assets/core.styl @@ -71,7 +71,9 @@ resets(arr) li list-style-type: none padding-left: LIST_STYLE_OUTER_WIDTH - position: relative + + > .ql-ui + position: static; > .ql-ui:before display: inline-block