diff --git a/index.html b/index.html index 3f89b19..d854e43 100644 --- a/index.html +++ b/index.html @@ -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(); +