Fix menu drag on touch device (#1046)

This commit is contained in:
bymyself
2024-09-30 12:15:58 -07:00
committed by GitHub
parent 04e1344676
commit 6ea5fea1a7

View File

@@ -316,6 +316,7 @@ span.drag-handle {
letter-spacing: 2px;
color: var(--drag-text);
text-shadow: 1px 0 1px black;
touch-action: none;
}
span.drag-handle::after {