refactor: 优化富文本弹框位置 #17938 (#17940)

cherry-pick 4dc25ab7,将 .tox-toolbar__overflow 的
translateY 从 -59px 调整为 -55px。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
wangjiahao
2026-05-20 10:20:58 +08:00
parent f97a0f71e6
commit e51b4a995a

View File

@@ -769,7 +769,7 @@ strong {
}
.tox-toolbar__overflow {
transform: translateY(-59px);
transform: translateY(-55px);
}
.tox-tinymce-inline {