fix(foundry): stabilize map window compositor and drag

This commit is contained in:
Codex
2026-08-09 17:29:29 +03:00
parent 3e9ae2ecac
commit 6c1265b8b6
6 changed files with 106 additions and 10 deletions
+17
View File
@@ -2664,6 +2664,23 @@ textarea.nodedc-field__control {
cursor: grabbing;
}
.nodedc-workspace-window[data-interaction="move"] {
will-change: transform;
}
.nodedc-workspace-window[data-interaction="resize"] {
will-change: width, height;
}
.nodedc-workspace-window[data-interaction] {
user-select: none;
}
.nodedc-workspace-window[data-interaction] .nodedc-workspace-window__body,
.nodedc-workspace-window[data-interaction] .nodedc-workspace-window__footer {
pointer-events: none;
}
.nodedc-workspace-window__titles {
display: grid;
min-width: 0;