1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-05 22:16:49 +01:00

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

This commit is contained in:
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

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;