mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-25 11:28:18 +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 {
|
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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user