Avoid double tap zoom on iOS Safari
This commit is contained in:
@@ -47,7 +47,10 @@
|
|||||||
justify-content:center;
|
justify-content:center;
|
||||||
padding:28px;
|
padding:28px;
|
||||||
}
|
}
|
||||||
|
/* Hindrer dobbel-tap zoom på iOS Safari */
|
||||||
|
button, .btn-step, input, .pill, .resBadge {
|
||||||
|
touch-action: manipulation;
|
||||||
|
}
|
||||||
.wrap{width:min(980px, 100%);}
|
.wrap{width:min(980px, 100%);}
|
||||||
|
|
||||||
header{
|
header{
|
||||||
@@ -775,6 +778,7 @@
|
|||||||
setClearedOutputs();
|
setClearedOutputs();
|
||||||
renderManualCalculator();
|
renderManualCalculator();
|
||||||
updateManualTotal();
|
updateManualTotal();
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user