improve drag
This commit is contained in:
@@ -51,6 +51,18 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
/* Resize control: snappy drag, no transition or selection delay */
|
||||
.react-flow__resize-control.bottom.right {
|
||||
cursor: se-resize;
|
||||
touch-action: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.react-flow__resize-control.bottom.right,
|
||||
.react-flow__resize-control.bottom.right * {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
/* Small helper for monospace pre output */
|
||||
pre {
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, 'Roboto Mono', 'Courier New', monospace;
|
||||
|
||||
Reference in New Issue
Block a user