Update style.css

This commit is contained in:
jelveh
2024-12-16 14:13:53 -08:00
parent ba7247e75d
commit 07de2aba30
+1 -1
View File
@@ -129,7 +129,7 @@ body {
/* Only prevent pinch zoom while keeping other touch interactions */
.device-phone, .device-tablet {
touch-action: pan-x pan-y;
touch-action: manipulation;
-webkit-touch-callout: none;
-webkit-user-select: none;
}