mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Fix menu drag on touch device (#1046)
This commit is contained in:
@@ -316,6 +316,7 @@ span.drag-handle {
|
|||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
color: var(--drag-text);
|
color: var(--drag-text);
|
||||||
text-shadow: 1px 0 1px black;
|
text-shadow: 1px 0 1px black;
|
||||||
|
touch-action: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.drag-handle::after {
|
span.drag-handle::after {
|
||||||
|
|||||||
Reference in New Issue
Block a user