From f6f066ac8a6dcd789e8dfa4a08e8fcbf5e347ca4 Mon Sep 17 00:00:00 2001 From: Zimo Li <7163127+lzm0@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:20:04 -0400 Subject: [PATCH] Add CSS rule `touch-action: manipulation` to ability selector (#2376) --- app/styles/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/common.css b/app/styles/common.css index 134e3f362..e990ba45a 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -1219,6 +1219,7 @@ abbr[title] { flex-wrap: wrap; justify-content: center; gap: var(--s-1); + touch-action: manipulation; } .ability-selector__ability-button {