Avoid double tap zoom on iOS Safari

This commit is contained in:
Simen Wright
2026-01-14 09:24:20 +01:00
committed by Jonas Braathen
parent 58128296bc
commit ffb1f1d19a

View File

@@ -47,7 +47,10 @@
justify-content:center;
padding:28px;
}
/* Hindrer dobbel-tap zoom på iOS Safari */
button, .btn-step, input, .pill, .resBadge {
touch-action: manipulation;
}
.wrap{width:min(980px, 100%);}
header{
@@ -775,6 +778,7 @@
setClearedOutputs();
renderManualCalculator();
updateManualTotal();
</script>
</body>
</html>