prevent mobile panning and zooming

This commit is contained in:
2026-07-17 09:32:54 +02:00
parent c45870bf24
commit 1577e63e9e
3 changed files with 5 additions and 2 deletions

View File

@@ -9,6 +9,9 @@
/* use whatever you like */
/* once upon a time this was a stiefelstrapse! but no more! */
html, body {
touch-action: pan-x pan-y;
}
html[theme='f0ck'] {
--accent: #9f0;
--accent-rgb: 153, 255, 0;