fix tap and holding buttons

This commit is contained in:
legop3
2025-11-22 20:18:01 -05:00
parent 86b4c9a18c
commit 988554dc5f
5 changed files with 14 additions and 5 deletions
+9
View File
@@ -107,3 +107,12 @@ body {
}
}
}
@layer utilities {
.no-touch-select {
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
}
}