fix: 修复属性弹框里的 tooltip 被遮挡的问题

This commit is contained in:
lihao.ylh 2021-10-14 17:53:51 +08:00
parent 3ec0f28918
commit 9425dac597

View File

@ -11,7 +11,7 @@ html.engine-cursor-ew-resize, html.engine-cursor-ew-resize * {
} }
body, #engine { body, #engine {
position: fixed; position: absolute;
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
@ -49,7 +49,7 @@ html.engine-blur #engine {
.engine-main { .engine-main {
width: 100%; width: 100%;
height: 100%; height: 100%;
position: fixed; position: absolute;
.ve-icon-button { .ve-icon-button {
> .ve-icon-contents { > .ve-icon-contents {