Fix multitouch on web

This commit is contained in:
2026-05-12 17:40:10 +02:00
parent 06398e98e2
commit bbd81665a6
2 changed files with 99 additions and 7 deletions

View File

@@ -22,6 +22,10 @@
width: 100vw;
height: 100vh;
display: block;
touch-action: none;
user-select: none;
-webkit-user-select: none;
-webkit-tap-highlight-color: transparent;
}
</style>
</head>