From 6ea5fea1a7e65fc5fce51f2c70fff20472041f66 Mon Sep 17 00:00:00 2001 From: bymyself Date: Mon, 30 Sep 2024 12:15:58 -0700 Subject: [PATCH] Fix menu drag on touch device (#1046) --- src/assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 6116f8423..de0a12ac2 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -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 {