forked from Mirrors/elk
fix(a11y): allow pinch to zoom (#1515)
This commit is contained in:
parent
9c3a3de41d
commit
80a4ec502e
1 changed files with 3 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue