mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
fix: 修复属性弹框里的 tooltip 被遮挡的问题
This commit is contained in:
parent
3ec0f28918
commit
9425dac597
@ -11,7 +11,7 @@ html.engine-cursor-ew-resize, html.engine-cursor-ew-resize * {
|
||||
}
|
||||
|
||||
body, #engine {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
@ -49,7 +49,7 @@ html.engine-blur #engine {
|
||||
.engine-main {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
|
||||
.ve-icon-button {
|
||||
> .ve-icon-contents {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user