fix(a11y): allow pinch to zoom (#1515)

zio/stable
Joaquín Sánchez 2023-01-30 14:32:27 +01:00 committed by GitHub
parent 9c3a3de41d
commit 80a4ec502e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 8 deletions

View File

@ -185,11 +185,6 @@ html {
--at-apply: bg-base text-base;
}
body {
/* Prevent arbitrary zooming on mobile devices */
touch-action: pan-x pan-y;
}
.sparkline--fill {
fill: var(--c-primary-active);
opacity: 0.2;