fix(foundry): stabilize map window compositor and drag
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user