mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-10 15:58:27 +00:00
21 lines
298 B
Plaintext
21 lines
298 B
Plaintext
.my-auxiliary {
|
|
pointer-events: none;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
overflow: visible;
|
|
z-index: 800;
|
|
.embed-editor-toolbar {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
> * {
|
|
pointer-events: all;
|
|
}
|
|
}
|
|
}
|