git » sparkle-arcade » commit 88ed325

don't select text on fairy finder long press

author Alan Dipert
2025-11-16 17:32:19 UTC
committer Alan Dipert
2025-11-16 17:32:19 UTC
parent 349a46a9ac88f416d0bed63b749ae0ea56128dd3

don't select text on fairy finder long press

fairy-finder/styles.css +3 -0

diff --git a/fairy-finder/styles.css b/fairy-finder/styles.css
index 5168a22..4a6db97 100644
--- a/fairy-finder/styles.css
+++ b/fairy-finder/styles.css
@@ -141,6 +141,9 @@ select {
   align-items: center;
   justify-content: center;
   font-family: 'Baloo 2', 'Nunito', sans-serif;
+  user-select: none;
+  -webkit-user-select: none;
+  touch-action: manipulation;
 }
 
 .cell--hidden {