mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 22:58:15 +00:00
fix: 🐛 history pane zindex
This commit is contained in:
parent
434eada7de
commit
48f3be1326
@ -331,6 +331,7 @@ body {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
z-index: 10;
|
||||||
.lc-toolbar {
|
.lc-toolbar {
|
||||||
height: var(--toolbar-height);
|
height: var(--toolbar-height);
|
||||||
background-color: var(--color-pane-background);
|
background-color: var(--color-pane-background);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user