mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 15:25:50 +00:00
fix(export): use solid background for detail drawer
This commit is contained in:
@@ -1031,7 +1031,7 @@
|
|||||||
height: calc(100vh - 40px);
|
height: calc(100vh - 40px);
|
||||||
border-left: 1px solid var(--border-color);
|
border-left: 1px solid var(--border-color);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background: var(--card-bg);
|
background: var(--bg-secondary-solid, #ffffff);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user