mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
fix(export): avoid overlap with window close controls
This commit is contained in:
@@ -1016,7 +1016,10 @@
|
|||||||
|
|
||||||
.export-session-detail-overlay {
|
.export-session-detail-overlay {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
top: 40px;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
z-index: 1100;
|
z-index: 1100;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
@@ -1025,7 +1028,7 @@
|
|||||||
|
|
||||||
.export-session-detail-panel {
|
.export-session-detail-panel {
|
||||||
width: min(360px, calc(100vw - 16px));
|
width: min(360px, calc(100vw - 16px));
|
||||||
height: 100vh;
|
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(--card-bg);
|
||||||
|
|||||||
Reference in New Issue
Block a user